#724BDD

Color #724BDD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #724BDD

Tints of Slate Blue #724BDD

Color information

#724BDD (or 0x724BDD) is unknown color: approx 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

RGB11475221-
CMYK0.480.6600.13
HSL256.03º68.22%58.04%-
HSV(B)256.03º66.06%86.67%-
XYZ22.5113.8369.89-
YUV103.3194.42135.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.80%
GREEN value IS 75 (29.69% from 255) = 18.29%
BLUE value IS 221 (86.72% from 255) = 53.90%
R=27.80%
G=18.29%
B=53.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal114752210.480.6600.13256.0368.2258.04
Hex724BDD30420D100443a
Octal1621133356010201540010472
Binary11100101001011110111011100001000010011011000000001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>