Shades of Slate Blue #7667CB
Tints of Slate Blue #7667CB
RGB
CMYK
RGB Variations
Color information
#7667CB (or 0x7667CB) is known color: Slate Blue. HEX triplet: 76, 67 and CB. RGB value is (118,103,203). Sum of RGB (Red+Green+Blue) = 118+103+203=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #7667CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7667CB is #899834. Grayscale: #767676. Windows color (decimal): -9017397 or 13330294. OLE color: 13330294.
HSL color Cylindrical-coordinate representation of color #7667CB: hue angle of 249º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7667CB is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 103 | 203 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.20 |
| HSL | 249º | 0.49% | 0.6% | - |
| HSV(B) | 249º | 0.49% | 0.8% | - |
| XYZ | 23.1 | 17.86 | 58.73 | - |
| YUV | 118.89 | 175.47 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 203 | 0.42 | 0.49 | 0 | 0.20 | 249 | 0.49 | 0.6 |
| Hex | 76 | 67 | CB | 2A | 31 | 0 | 14 | F9 | 31 | 3C |
| Octal | 166 | 147 | 313 | 52 | 61 | 0 | 24 | 371 | 61 | 74 |
| Binary | 1110110 | 1100111 | 11001011 | 101010 | 110001 | 0 | 10100 | 11111001 | 110001 | 111100 |
Color Harmonies of #7667CB
Complementary color
Monochromatic Colors of #7667CB
Black with #7667CB
Text Example
Text Example
White with #7667CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7667CB; }
p { color: rgb(118,103,203); }
H1.HeaderClassName
{
color: #7667CB;
}
.AnyTagClassName
{
color: #7667CB;
}
</style>
background-color css
<style>
a { background-color: #7667CB; }
a { background-color: rgb(118,103,203); }
div.DivClassName
{
background-color: #7667CB;
}
.BgClassName
{
background-color: #7667CB;
}
</style>
border-color css
<style>
span { border-color: #7667CB; }
span { border-color: rgb(118,103,203); }
td.TdClassName
{
border-color: #7667CB;
}
.TagClassName
{
border-color: #7667CB;
}
</style>