Html Css Color HEX #724ADA Slate Blue

📋 copy color: '#724ADA'

red 114 ◦ green 74 ◦ blue 218

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

Shades of Slate Blue #724ADA

Tints of Slate Blue #724ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.69%

R = 28.08%
G = 18.23%
B = 53.69%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#724ADA (or 0x724ADA) is known color: Slate Blue. HEX triplet: 72, 4A and DA. RGB value is (114,74,218). Sum of RGB (Red+Green+Blue) = 114+74+218=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #724ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724ADA is #8DB525. Grayscale: #656565. Windows color (decimal): -9286950 or 14305906. OLE color: 14305906.

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

Color convert

RGB 114 74 218 -
CMYK 0.48 0.66 0 0.15
HSL 256.67º 0.66% 0.57% -
HSV(B) 256.67º 0.66% 0.85% -
XYZ 22.04 13.54 67.78 -
YUV 102.38 193.25 136.29 -
System Red Green Blue C M Y K H S L
Decimal 114 74 218 0.48 0.66 0 0.15 256.67 0.66 0.57
Hex 72 4A DA 30 42 0 F 101 42 39
Octal 162 112 332 60 102 0 17 401 102 71
Binary 1110010 1001010 11011010 110000 1000010 0 1111 100000001 1000010 111001

Color Harmonies of #724ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724ADA

Black with #724ADA

Text Example


Text Example

White with #724ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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