Shades of Slate Blue #7466CC
Tints of Slate Blue #7466CC
RGB
CMYK
RGB Variations
Color information
#7466CC (or 0x7466CC) is known color: Slate Blue. HEX triplet: 74, 66 and CC. RGB value is (116,102,204). Sum of RGB (Red+Green+Blue) = 116+102+204=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #7466CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7466CC is #8B9933. Grayscale: #757575. Windows color (decimal): -9148724 or 13395572. OLE color: 13395572.
HSL color Cylindrical-coordinate representation of color #7466CC: hue angle of 248.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7466CC is Cyan = 0.43, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 102 | 204 | - |
| CMYK | 0.43 | 0.5 | 0 | 0.2 |
| HSL | 248.24º | 0.5% | 0.6% | - |
| HSV(B) | 248.24º | 0.5% | 0.8% | - |
| XYZ | 22.85 | 17.58 | 59.31 | - |
| YUV | 117.81 | 176.64 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 204 | 0.43 | 0.5 | 0 | 0.2 | 248.24 | 0.5 | 0.6 |
| Hex | 74 | 66 | CC | 2B | 32 | 0 | 14 | F8 | 32 | 3C |
| Octal | 164 | 146 | 314 | 53 | 62 | 0 | 24 | 370 | 62 | 74 |
| Binary | 1110100 | 1100110 | 11001100 | 101011 | 110010 | 0 | 10100 | 11111000 | 110010 | 111100 |
Color Harmonies of #7466CC
Complementary color
Monochromatic Colors of #7466CC
Black with #7466CC
Text Example
Text Example
White with #7466CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7466CC; }
p { color: rgb(116,102,204); }
H1.HeaderClassName
{
color: #7466CC;
}
.AnyTagClassName
{
color: #7466CC;
}
</style>
background-color css
<style>
a { background-color: #7466CC; }
a { background-color: rgb(116,102,204); }
div.DivClassName
{
background-color: #7466CC;
}
.BgClassName
{
background-color: #7466CC;
}
</style>
border-color css
<style>
span { border-color: #7466CC; }
span { border-color: rgb(116,102,204); }
td.TdClassName
{
border-color: #7466CC;
}
.TagClassName
{
border-color: #7466CC;
}
</style>