Html Css Color HEX #724ADB Slate Blue

📋 copy color: '#724ADB'

red 114 ◦ green 74 ◦ blue 219

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

Shades of Slate Blue #724ADB

Tints of Slate Blue #724ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.18%

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

R = 28.01%
G = 18.18%
B = 53.81%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#724ADB (or 0x724ADB) is known color: Slate Blue. HEX triplet: 72, 4A and DB. RGB value is (114,74,219). Sum of RGB (Red+Green+Blue) = 114+74+219=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #724ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724ADB is #8DB524. Grayscale: #656565. Windows color (decimal): -9286949 or 14371442. OLE color: 14371442.

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

Color convert

RGB 114 74 219 -
CMYK 0.48 0.66 0 0.14
HSL 256.55º 0.67% 0.57% -
HSV(B) 256.55º 0.66% 0.86% -
XYZ 22.17 13.59 68.47 -
YUV 102.49 193.75 136.21 -
System Red Green Blue C M Y K H S L
Decimal 114 74 219 0.48 0.66 0 0.14 256.55 0.67 0.57
Hex 72 4A DB 30 42 0 E 101 43 39
Octal 162 112 333 60 102 0 16 401 103 71
Binary 1110010 1001010 11011011 110000 1000010 0 1110 100000001 1000011 111001

Color Harmonies of #724ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724ADB

Black with #724ADB

Text Example


Text Example

White with #724ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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