Html Css Color HEX #724CCE Slate Blue

📋 copy color: '#724CCE'

red 114 ◦ green 76 ◦ blue 206

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

Shades of Slate Blue #724CCE

Tints of Slate Blue #724CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.19%

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 28.79%
G = 19.19%
B = 52.02%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#724CCE (or 0x724CCE) is known color: Slate Blue. HEX triplet: 72, 4C and CE. RGB value is (114,76,206). Sum of RGB (Red+Green+Blue) = 114+76+206=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #724CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724CCE is #8DB331. Grayscale: #656565. Windows color (decimal): -9286450 or 13519986. OLE color: 13519986.

HSL color Cylindrical-coordinate representation of color #724CCE: hue angle of 257.54º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #724CCE is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 76 206 -
CMYK 0.45 0.63 0 0.19
HSL 257.54º 0.57% 0.55% -
HSV(B) 257.54º 0.63% 0.81% -
XYZ 20.66 13.2 59.85 -
YUV 102.18 186.59 136.43 -
System Red Green Blue C M Y K H S L
Decimal 114 76 206 0.45 0.63 0 0.19 257.54 0.57 0.55
Hex 72 4C CE 2D 3F 0 13 102 39 37
Octal 162 114 316 55 77 0 23 402 71 67
Binary 1110010 1001100 11001110 101101 111111 0 10011 100000010 111001 110111

Color Harmonies of #724CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724CCE

Black with #724CCE

Text Example


Text Example

White with #724CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,76,206); }

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

background-color css

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

 a { background-color: rgb(114,76,206); }

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

border-color css

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

 span { border-color: rgb(114,76,206); }

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