Html Css Color HEX #724ADE Slate Blue

📋 copy color: '#724ADE'

red 114 ◦ green 74 ◦ blue 222

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

Shades of Slate Blue #724ADE

Tints of Slate Blue #724ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.15%

R = 27.8%
G = 18.05%
B = 54.15%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#724ADE (or 0x724ADE) is known color: Slate Blue. HEX triplet: 72, 4A and DE. RGB value is (114,74,222). Sum of RGB (Red+Green+Blue) = 114+74+222=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #724ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724ADE is #8DB521. Grayscale: #666666. Windows color (decimal): -9286946 or 14568050. OLE color: 14568050.

HSL color Cylindrical-coordinate representation of color #724ADE: hue angle of 256.22º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #724ADE is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 74 222 -
CMYK 0.49 0.67 0 0.13
HSL 256.22º 0.69% 0.58% -
HSV(B) 256.22º 0.67% 0.87% -
XYZ 22.57 13.75 70.57 -
YUV 102.83 195.25 135.97 -
System Red Green Blue C M Y K H S L
Decimal 114 74 222 0.49 0.67 0 0.13 256.22 0.69 0.58
Hex 72 4A DE 31 43 0 D 100 45 3A
Octal 162 112 336 61 103 0 15 400 105 72
Binary 1110010 1001010 11011110 110001 1000011 0 1101 100000000 1000101 111010

Color Harmonies of #724ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724ADE

Black with #724ADE

Text Example


Text Example

White with #724ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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