Html Css Color HEX #724DDB Slate Blue

📋 copy color: '#724DDB'

red 114 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #724DDB

Tints of Slate Blue #724DDB

RGB

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

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

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

R = 27.8%
G = 18.78%
B = 53.41%

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

#724DDB (or 0x724DDB) is known color: Slate Blue. HEX triplet: 72, 4D and DB. RGB value is (114,77,219). Sum of RGB (Red+Green+Blue) = 114+77+219=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #724DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724DDB is #8DB224. Grayscale: #676767. Windows color (decimal): -9286181 or 14372210. OLE color: 14372210.

HSL color Cylindrical-coordinate representation of color #724DDB: hue angle of 255.63º degrees, saturation: 0.66, 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 #724DDB is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 77 219 -
CMYK 0.48 0.65 0 0.14
HSL 255.63º 0.66% 0.58% -
HSV(B) 255.63º 0.65% 0.86% -
XYZ 22.38 14 68.54 -
YUV 104.25 192.76 134.95 -
System Red Green Blue C M Y K H S L
Decimal 114 77 219 0.48 0.65 0 0.14 255.63 0.66 0.58
Hex 72 4D DB 30 41 0 E 100 42 3A
Octal 162 115 333 60 101 0 16 400 102 72
Binary 1110010 1001101 11011011 110000 1000001 0 1110 100000000 1000010 111010

Color Harmonies of #724DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724DDB

Black with #724DDB

Text Example


Text Example

White with #724DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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