Html Css Color HEX #714EE0 Slate Blue

📋 copy color: '#714EE0'

red 113 ◦ green 78 ◦ blue 224

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

Shades of Slate Blue #714EE0

Tints of Slate Blue #714EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.98%

R = 27.23%
G = 18.8%
B = 53.98%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#714EE0 (or 0x714EE0) is known color: Slate Blue. HEX triplet: 71, 4E and E0. RGB value is (113,78,224). Sum of RGB (Red+Green+Blue) = 113+78+224=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 224 (87.89% from 255 or 53.98% from 415); Max value from RGB is 224 - color contains mainly: blue. Hex color #714EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714EE0 is #8EB11F. Grayscale: #686868. Windows color (decimal): -9351456 or 14700145. OLE color: 14700145.

HSL color Cylindrical-coordinate representation of color #714EE0: hue angle of 254.38º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #714EE0 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 78 224 -
CMYK 0.50 0.65 0 0.12
HSL 254.38º 0.7% 0.59% -
HSV(B) 254.38º 0.65% 0.88% -
XYZ 22.99 14.34 72.08 -
YUV 105.11 195.1 133.63 -
System Red Green Blue C M Y K H S L
Decimal 113 78 224 0.50 0.65 0 0.12 254.38 0.7 0.59
Hex 71 4E E0 32 41 0 C FE 46 3B
Octal 161 116 340 62 101 0 14 376 106 73
Binary 1110001 1001110 11100000 110010 1000001 0 1100 11111110 1000110 111011

Color Harmonies of #714EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714EE0

Black with #714EE0

Text Example


Text Example

White with #714EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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