Html Css Color HEX #724EDB Slate Blue

📋 copy color: '#724EDB'

red 114 ◦ green 78 ◦ blue 219

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

Shades of Slate Blue #724EDB

Tints of Slate Blue #724EDB

RGB

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

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

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

R = 27.74%
G = 18.98%
B = 53.28%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#724EDB (or 0x724EDB) is known color: Slate Blue. HEX triplet: 72, 4E and DB. RGB value is (114,78,219). Sum of RGB (Red+Green+Blue) = 114+78+219=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #724EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724EDB is #8DB124. Grayscale: #686868. Windows color (decimal): -9285925 or 14372466. OLE color: 14372466.

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

Color convert

RGB 114 78 219 -
CMYK 0.48 0.64 0 0.14
HSL 255.32º 0.66% 0.58% -
HSV(B) 255.32º 0.64% 0.86% -
XYZ 22.45 14.14 68.56 -
YUV 104.84 192.43 134.54 -
System Red Green Blue C M Y K H S L
Decimal 114 78 219 0.48 0.64 0 0.14 255.32 0.66 0.58
Hex 72 4E DB 30 40 0 E FF 42 3A
Octal 162 116 333 60 100 0 16 377 102 72
Binary 1110010 1001110 11011011 110000 1000000 0 1110 11111111 1000010 111010

Color Harmonies of #724EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724EDB

Black with #724EDB

Text Example


Text Example

White with #724EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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