Shades of Slate Blue #7466CE
Tints of Slate Blue #7466CE
RGB
CMYK
RGB Variations
Color information
#7466CE (or 0x7466CE) is known color: Slate Blue. HEX triplet: 74, 66 and CE. RGB value is (116,102,206). Sum of RGB (Red+Green+Blue) = 116+102+206=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #7466CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7466CE is #8B9931. Grayscale: #757575. Windows color (decimal): -9148722 or 13526644. OLE color: 13526644.
HSL color Cylindrical-coordinate representation of color #7466CE: hue angle of 248.08º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7466CE is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 102 | 206 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.19 |
| HSL | 248.08º | 0.51% | 0.6% | - |
| HSV(B) | 248.08º | 0.5% | 0.81% | - |
| XYZ | 23.09 | 17.67 | 60.59 | - |
| YUV | 118.04 | 177.64 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 206 | 0.44 | 0.50 | 0 | 0.19 | 248.08 | 0.51 | 0.6 |
| Hex | 74 | 66 | CE | 2C | 32 | 0 | 13 | F8 | 33 | 3C |
| Octal | 164 | 146 | 316 | 54 | 62 | 0 | 23 | 370 | 63 | 74 |
| Binary | 1110100 | 1100110 | 11001110 | 101100 | 110010 | 0 | 10011 | 11111000 | 110011 | 111100 |
Color Harmonies of #7466CE
Complementary color
Monochromatic Colors of #7466CE
Black with #7466CE
Text Example
Text Example
White with #7466CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7466CE; }
p { color: rgb(116,102,206); }
H1.HeaderClassName
{
color: #7466CE;
}
.AnyTagClassName
{
color: #7466CE;
}
</style>
background-color css
<style>
a { background-color: #7466CE; }
a { background-color: rgb(116,102,206); }
div.DivClassName
{
background-color: #7466CE;
}
.BgClassName
{
background-color: #7466CE;
}
</style>
border-color css
<style>
span { border-color: #7466CE; }
span { border-color: rgb(116,102,206); }
td.TdClassName
{
border-color: #7466CE;
}
.TagClassName
{
border-color: #7466CE;
}
</style>