Shades of Slate Blue #7253DC
Tints of Slate Blue #7253DC
RGB
CMYK
RGB Variations
Color information
#7253DC (or 0x7253DC) is known color: Slate Blue. HEX triplet: 72, 53 and DC. RGB value is (114,83,220). Sum of RGB (Red+Green+Blue) = 114+83+220=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #7253DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7253DC is #8DAC23. Grayscale: #6B6B6B. Windows color (decimal): -9284644 or 14439282. OLE color: 14439282.
HSL color Cylindrical-coordinate representation of color #7253DC: hue angle of 253.58º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7253DC is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 83 | 220 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.14 |
| HSL | 253.58º | 0.66% | 0.59% | - |
| HSV(B) | 253.58º | 0.62% | 0.86% | - |
| XYZ | 22.95 | 14.93 | 69.38 | - |
| YUV | 107.89 | 191.27 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 83 | 220 | 0.48 | 0.62 | 0 | 0.14 | 253.58 | 0.66 | 0.59 |
| Hex | 72 | 53 | DC | 30 | 3E | 0 | E | FE | 42 | 3B |
| Octal | 162 | 123 | 334 | 60 | 76 | 0 | 16 | 376 | 102 | 73 |
| Binary | 1110010 | 1010011 | 11011100 | 110000 | 111110 | 0 | 1110 | 11111110 | 1000010 | 111011 |
Color Harmonies of #7253DC
Complementary color
Monochromatic Colors of #7253DC
Black with #7253DC
Text Example
Text Example
White with #7253DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7253DC; }
p { color: rgb(114,83,220); }
H1.HeaderClassName
{
color: #7253DC;
}
.AnyTagClassName
{
color: #7253DC;
}
</style>
background-color css
<style>
a { background-color: #7253DC; }
a { background-color: rgb(114,83,220); }
div.DivClassName
{
background-color: #7253DC;
}
.BgClassName
{
background-color: #7253DC;
}
</style>
border-color css
<style>
span { border-color: #7253DC; }
span { border-color: rgb(114,83,220); }
td.TdClassName
{
border-color: #7253DC;
}
.TagClassName
{
border-color: #7253DC;
}
</style>