Html Css Color HEX #724DCB Slate Blue

📋 copy color: '#724DCB'

red 114 ◦ green 77 ◦ blue 203

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

Shades of Slate Blue #724DCB

Tints of Slate Blue #724DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.54%

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 28.93%
G = 19.54%
B = 51.52%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#724DCB (or 0x724DCB) is known color: Slate Blue. HEX triplet: 72, 4D and CB. RGB value is (114,77,203). Sum of RGB (Red+Green+Blue) = 114+77+203=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #724DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724DCB is #8DB234. Grayscale: #656565. Windows color (decimal): -9286197 or 13323634. OLE color: 13323634.

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

Color convert

RGB 114 77 203 -
CMYK 0.44 0.62 0 0.20
HSL 257.62º 0.55% 0.55% -
HSV(B) 257.62º 0.62% 0.8% -
XYZ 20.37 13.2 57.97 -
YUV 102.43 184.76 136.25 -
System Red Green Blue C M Y K H S L
Decimal 114 77 203 0.44 0.62 0 0.20 257.62 0.55 0.55
Hex 72 4D CB 2C 3E 0 14 102 37 37
Octal 162 115 313 54 76 0 24 402 67 67
Binary 1110010 1001101 11001011 101100 111110 0 10100 100000010 110111 110111

Color Harmonies of #724DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724DCB

Black with #724DCB

Text Example


Text Example

White with #724DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,77,203); }

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

background-color css

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

 a { background-color: rgb(114,77,203); }

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

border-color css

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

 span { border-color: rgb(114,77,203); }

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