Html Css Color HEX #724EC0 Slate Blue

📋 copy color: '#724EC0'

red 114 ◦ green 78 ◦ blue 192

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

Shades of Slate Blue #724EC0

Tints of Slate Blue #724EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50%

R = 29.69%
G = 20.31%
B = 50%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#724EC0 (or 0x724EC0) is known color: Slate Blue. HEX triplet: 72, 4E and C0. RGB value is (114,78,192). Sum of RGB (Red+Green+Blue) = 114+78+192=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #724EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724EC0 is #8DB13F. Grayscale: #656565. Windows color (decimal): -9285952 or 12602994. OLE color: 12602994.

HSL color Cylindrical-coordinate representation of color #724EC0: hue angle of 258.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #724EC0 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 78 192 -
CMYK 0.41 0.59 0 0.25
HSL 258.95º 0.48% 0.53% -
HSV(B) 258.95º 0.59% 0.75% -
XYZ 19.18 12.83 51.34 -
YUV 101.76 178.93 136.73 -
System Red Green Blue C M Y K H S L
Decimal 114 78 192 0.41 0.59 0 0.25 258.95 0.48 0.53
Hex 72 4E C0 29 3B 0 19 103 30 35
Octal 162 116 300 51 73 0 31 403 60 65
Binary 1110010 1001110 11000000 101001 111011 0 11001 100000011 110000 110101

Color Harmonies of #724EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724EC0

Black with #724EC0

Text Example


Text Example

White with #724EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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