Shades of Slate Blue #7454CE
Tints of Slate Blue #7454CE
RGB
CMYK
RGB Variations
Color information
#7454CE (or 0x7454CE) is known color: Slate Blue. HEX triplet: 74, 54 and CE. RGB value is (116,84,206). Sum of RGB (Red+Green+Blue) = 116+84+206=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #7454CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7454CE is #8BAB31. Grayscale: #6B6B6B. Windows color (decimal): -9153330 or 13522036. OLE color: 13522036.
HSL color Cylindrical-coordinate representation of color #7454CE: hue angle of 255.74º 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 #7454CE is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 84 | 206 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.19 |
| HSL | 255.74º | 0.55% | 0.57% | - |
| HSV(B) | 255.74º | 0.59% | 0.81% | - |
| XYZ | 21.51 | 14.51 | 60.06 | - |
| YUV | 107.48 | 183.6 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 84 | 206 | 0.44 | 0.59 | 0 | 0.19 | 255.74 | 0.55 | 0.57 |
| Hex | 74 | 54 | CE | 2C | 3B | 0 | 13 | 100 | 37 | 39 |
| Octal | 164 | 124 | 316 | 54 | 73 | 0 | 23 | 400 | 67 | 71 |
| Binary | 1110100 | 1010100 | 11001110 | 101100 | 111011 | 0 | 10011 | 100000000 | 110111 | 111001 |
Color Harmonies of #7454CE
Complementary color
Monochromatic Colors of #7454CE
Black with #7454CE
Text Example
Text Example
White with #7454CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7454CE; }
p { color: rgb(116,84,206); }
H1.HeaderClassName
{
color: #7454CE;
}
.AnyTagClassName
{
color: #7454CE;
}
</style>
background-color css
<style>
a { background-color: #7454CE; }
a { background-color: rgb(116,84,206); }
div.DivClassName
{
background-color: #7454CE;
}
.BgClassName
{
background-color: #7454CE;
}
</style>
border-color css
<style>
span { border-color: #7454CE; }
span { border-color: rgb(116,84,206); }
td.TdClassName
{
border-color: #7454CE;
}
.TagClassName
{
border-color: #7454CE;
}
</style>