Html Css Color HEX #724ECC Slate Blue

📋 copy color: '#724ECC'

red 114 ◦ green 78 ◦ blue 204

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

Shades of Slate Blue #724ECC

Tints of Slate Blue #724ECC

RGB

 RED value IS 114 (44.92% from 255) = 28.79%

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

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

R = 28.79%
G = 19.7%
B = 51.52%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#724ECC (or 0x724ECC) is known color: Slate Blue. HEX triplet: 72, 4E and CC. RGB value is (114,78,204). Sum of RGB (Red+Green+Blue) = 114+78+204=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #724ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724ECC is #8DB133. Grayscale: #666666. Windows color (decimal): -9285940 or 13389426. OLE color: 13389426.

HSL color Cylindrical-coordinate representation of color #724ECC: hue angle of 257.14º 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 #724ECC is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 78 204 -
CMYK 0.44 0.62 0 0.2
HSL 257.14º 0.55% 0.55% -
HSV(B) 257.14º 0.62% 0.8% -
XYZ 20.56 13.39 58.63 -
YUV 103.13 184.93 135.75 -
System Red Green Blue C M Y K H S L
Decimal 114 78 204 0.44 0.62 0 0.2 257.14 0.55 0.55
Hex 72 4E CC 2C 3E 0 14 101 37 37
Octal 162 116 314 54 76 0 24 401 67 67
Binary 1110010 1001110 11001100 101100 111110 0 10100 100000001 110111 110111

Color Harmonies of #724ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724ECC

Black with #724ECC

Text Example


Text Example

White with #724ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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