Shades of Slate Blue #7254CE
Tints of Slate Blue #7254CE
RGB
CMYK
RGB Variations
Color information
#7254CE (or 0x7254CE) is known color: Slate Blue. HEX triplet: 72, 54 and CE. RGB value is (114,84,206). Sum of RGB (Red+Green+Blue) = 114+84+206=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #7254CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7254CE is #8DAB31. Grayscale: #6A6A6A. Windows color (decimal): -9284402 or 13522034. OLE color: 13522034.
HSL color Cylindrical-coordinate representation of color #7254CE: hue angle of 254.75º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7254CE is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 84 | 206 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.19 |
| HSL | 254.75º | 0.55% | 0.57% | - |
| HSV(B) | 254.75º | 0.59% | 0.81% | - |
| XYZ | 21.25 | 14.37 | 60.05 | - |
| YUV | 106.88 | 183.94 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 84 | 206 | 0.45 | 0.59 | 0 | 0.19 | 254.75 | 0.55 | 0.57 |
| Hex | 72 | 54 | CE | 2D | 3B | 0 | 13 | FF | 37 | 39 |
| Octal | 162 | 124 | 316 | 55 | 73 | 0 | 23 | 377 | 67 | 71 |
| Binary | 1110010 | 1010100 | 11001110 | 101101 | 111011 | 0 | 10011 | 11111111 | 110111 | 111001 |
Color Harmonies of #7254CE
Complementary color
Monochromatic Colors of #7254CE
Black with #7254CE
Text Example
Text Example
White with #7254CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7254CE; }
p { color: rgb(114,84,206); }
H1.HeaderClassName
{
color: #7254CE;
}
.AnyTagClassName
{
color: #7254CE;
}
</style>
background-color css
<style>
a { background-color: #7254CE; }
a { background-color: rgb(114,84,206); }
div.DivClassName
{
background-color: #7254CE;
}
.BgClassName
{
background-color: #7254CE;
}
</style>
border-color css
<style>
span { border-color: #7254CE; }
span { border-color: rgb(114,84,206); }
td.TdClassName
{
border-color: #7254CE;
}
.TagClassName
{
border-color: #7254CE;
}
</style>