Html Css Color HEX #714ED5 Slate Blue

📋 copy color: '#714ED5'

red 113 ◦ green 78 ◦ blue 213

#714ED5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #714ED5

Tints of Slate Blue #714ED5

RGB

 RED value IS 113 (44.53% from 255) = 27.97%

 GREEN value IS 78 (30.86% from 255) = 19.31%

 BLUE value IS 213 (83.59% from 255) = 52.72%

R = 27.97%
G = 19.31%
B = 52.72%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#714ED5 (or 0x714ED5) is known color: Slate Blue. HEX triplet: 71, 4E and D5. RGB value is (113,78,213). Sum of RGB (Red+Green+Blue) = 113+78+213=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #714ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714ED5 is #8EB12A. Grayscale: #676767. Windows color (decimal): -9351467 or 13979249. OLE color: 13979249.

HSL color Cylindrical-coordinate representation of color #714ED5: hue angle of 255.56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #714ED5 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 78 213 -
CMYK 0.47 0.63 0 0.16
HSL 255.56º 0.62% 0.57% -
HSV(B) 255.56º 0.63% 0.84% -
XYZ 21.54 13.76 64.47 -
YUV 103.86 189.6 134.52 -
System Red Green Blue C M Y K H S L
Decimal 113 78 213 0.47 0.63 0 0.16 255.56 0.62 0.57
Hex 71 4E D5 2F 3F 0 10 100 3E 39
Octal 161 116 325 57 77 0 20 400 76 71
Binary 1110001 1001110 11010101 101111 111111 0 10000 100000000 111110 111001

Color Harmonies of #714ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714ED5

Black with #714ED5

Text Example


Text Example

White with #714ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714ED5; }

 p { color: rgb(113,78,213); }

 H1.HeaderClassName
 {
   color: #714ED5;
 }
 .AnyTagClassName
 {
   color: #714ED5;
 }
</style>

background-color css

<style>
 a { background-color: #714ED5; }

 a { background-color: rgb(113,78,213); }

 div.DivClassName
 {
   background-color: #714ED5;
 }
 .BgClassName
 {
   background-color: #714ED5;
 }
</style>

border-color css

<style>
 span { border-color: #714ED5; }

 span { border-color: rgb(113,78,213); }

 td.TdClassName
 {
   border-color: #714ED5;
 }
 .TagClassName
 {
   border-color: #714ED5;
 }
</style>