Html Css Color HEX #714ECC Slate Blue

📋 copy color: '#714ECC'

red 113 ◦ green 78 ◦ blue 204

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

Shades of Slate Blue #714ECC

Tints of Slate Blue #714ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 28.61%
G = 19.75%
B = 51.65%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#714ECC (or 0x714ECC) is known color: Slate Blue. HEX triplet: 71, 4E and CC. RGB value is (113,78,204). Sum of RGB (Red+Green+Blue) = 113+78+204=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #714ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714ECC is #8EB133. Grayscale: #666666. Windows color (decimal): -9351476 or 13389425. OLE color: 13389425.

HSL color Cylindrical-coordinate representation of color #714ECC: hue angle of 256.67º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #714ECC is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 78 204 -
CMYK 0.45 0.62 0 0.2
HSL 256.67º 0.55% 0.55% -
HSV(B) 256.67º 0.62% 0.8% -
XYZ 20.43 13.32 58.62 -
YUV 102.83 185.1 135.25 -
System Red Green Blue C M Y K H S L
Decimal 113 78 204 0.45 0.62 0 0.2 256.67 0.55 0.55
Hex 71 4E CC 2D 3E 0 14 101 37 37
Octal 161 116 314 55 76 0 24 401 67 67
Binary 1110001 1001110 11001100 101101 111110 0 10100 100000001 110111 110111

Color Harmonies of #714ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714ECC

Black with #714ECC

Text Example


Text Example

White with #714ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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