Html Css Color HEX #724ADC Slate Blue

📋 copy color: '#724ADC'

red 114 ◦ green 74 ◦ blue 220

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

Shades of Slate Blue #724ADC

Tints of Slate Blue #724ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.92%

R = 27.94%
G = 18.14%
B = 53.92%

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

#724ADC (or 0x724ADC) is known color: Slate Blue. HEX triplet: 72, 4A and DC. RGB value is (114,74,220). Sum of RGB (Red+Green+Blue) = 114+74+220=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #724ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724ADC is #8DB523. Grayscale: #666666. Windows color (decimal): -9286948 or 14436978. OLE color: 14436978.

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

Color convert

RGB 114 74 220 -
CMYK 0.48 0.66 0 0.14
HSL 256.44º 0.68% 0.58% -
HSV(B) 256.44º 0.66% 0.86% -
XYZ 22.31 13.64 69.17 -
YUV 102.6 194.25 136.13 -
System Red Green Blue C M Y K H S L
Decimal 114 74 220 0.48 0.66 0 0.14 256.44 0.68 0.58
Hex 72 4A DC 30 42 0 E 100 44 3A
Octal 162 112 334 60 102 0 16 400 104 72
Binary 1110010 1001010 11011100 110000 1000010 0 1110 100000000 1000100 111010

Color Harmonies of #724ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724ADC

Black with #724ADC

Text Example


Text Example

White with #724ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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