Html Css Color HEX #724CDB Slate Blue

📋 copy color: '#724CDB'

red 114 ◦ green 76 ◦ blue 219

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

Shades of Slate Blue #724CDB

Tints of Slate Blue #724CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.55%

R = 27.87%
G = 18.58%
B = 53.55%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#724CDB (or 0x724CDB) is known color: Slate Blue. HEX triplet: 72, 4C and DB. RGB value is (114,76,219). Sum of RGB (Red+Green+Blue) = 114+76+219=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #724CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724CDB is #8DB324. Grayscale: #676767. Windows color (decimal): -9286437 or 14371954. OLE color: 14371954.

HSL color Cylindrical-coordinate representation of color #724CDB: hue angle of 255.94º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #724CDB is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 76 219 -
CMYK 0.48 0.65 0 0.14
HSL 255.94º 0.67% 0.58% -
HSV(B) 255.94º 0.65% 0.86% -
XYZ 22.31 13.86 68.52 -
YUV 103.66 193.09 135.37 -
System Red Green Blue C M Y K H S L
Decimal 114 76 219 0.48 0.65 0 0.14 255.94 0.67 0.58
Hex 72 4C DB 30 41 0 E 100 43 3A
Octal 162 114 333 60 101 0 16 400 103 72
Binary 1110010 1001100 11011011 110000 1000001 0 1110 100000000 1000011 111010

Color Harmonies of #724CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724CDB

Black with #724CDB

Text Example


Text Example

White with #724CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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