Html Css Color HEX #724BDD Slate Blue

📋 copy color: '#724BDD'

red 114 ◦ green 75 ◦ blue 221

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

Shades of Slate Blue #724BDD

Tints of Slate Blue #724BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.29%

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 27.8%
G = 18.29%
B = 53.9%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#724BDD (or 0x724BDD) is known color: Slate Blue. HEX triplet: 72, 4B and DD. RGB value is (114,75,221). Sum of RGB (Red+Green+Blue) = 114+75+221=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #724BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724BDD is #8DB422. Grayscale: #666666. Windows color (decimal): -9286691 or 14502770. OLE color: 14502770.

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

Color convert

RGB 114 75 221 -
CMYK 0.48 0.66 0 0.13
HSL 256.03º 0.68% 0.58% -
HSV(B) 256.03º 0.66% 0.87% -
XYZ 22.51 13.83 69.89 -
YUV 103.31 194.42 135.63 -
System Red Green Blue C M Y K H S L
Decimal 114 75 221 0.48 0.66 0 0.13 256.03 0.68 0.58
Hex 72 4B DD 30 42 0 D 100 44 3A
Octal 162 113 335 60 102 0 15 400 104 72
Binary 1110010 1001011 11011101 110000 1000010 0 1101 100000000 1000100 111010

Color Harmonies of #724BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724BDD

Black with #724BDD

Text Example


Text Example

White with #724BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,75,221); }

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

background-color css

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

 a { background-color: rgb(114,75,221); }

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

border-color css

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

 span { border-color: rgb(114,75,221); }

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