Shades of Slate Blue #7667CC
Tints of Slate Blue #7667CC
RGB
CMYK
RGB Variations
Color information
#7667CC (or 0x7667CC) is known color: Slate Blue. HEX triplet: 76, 67 and CC. RGB value is (118,103,204). Sum of RGB (Red+Green+Blue) = 118+103+204=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #7667CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7667CC is #899833. Grayscale: #767676. Windows color (decimal): -9017396 or 13395830. OLE color: 13395830.
HSL color Cylindrical-coordinate representation of color #7667CC: hue angle of 248.91º 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 #7667CC is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 103 | 204 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.2 |
| HSL | 248.91º | 0.5% | 0.6% | - |
| HSV(B) | 248.91º | 0.5% | 0.8% | - |
| XYZ | 23.22 | 17.91 | 59.36 | - |
| YUV | 119 | 175.97 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 204 | 0.42 | 0.50 | 0 | 0.2 | 248.91 | 0.5 | 0.6 |
| Hex | 76 | 67 | CC | 2A | 32 | 0 | 14 | F9 | 32 | 3C |
| Octal | 166 | 147 | 314 | 52 | 62 | 0 | 24 | 371 | 62 | 74 |
| Binary | 1110110 | 1100111 | 11001100 | 101010 | 110010 | 0 | 10100 | 11111001 | 110010 | 111100 |
Color Harmonies of #7667CC
Complementary color
Monochromatic Colors of #7667CC
Black with #7667CC
Text Example
Text Example
White with #7667CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7667CC; }
p { color: rgb(118,103,204); }
H1.HeaderClassName
{
color: #7667CC;
}
.AnyTagClassName
{
color: #7667CC;
}
</style>
background-color css
<style>
a { background-color: #7667CC; }
a { background-color: rgb(118,103,204); }
div.DivClassName
{
background-color: #7667CC;
}
.BgClassName
{
background-color: #7667CC;
}
</style>
border-color css
<style>
span { border-color: #7667CC; }
span { border-color: rgb(118,103,204); }
td.TdClassName
{
border-color: #7667CC;
}
.TagClassName
{
border-color: #7667CC;
}
</style>