Shades of Slate Blue #7668CB
Tints of Slate Blue #7668CB
RGB
CMYK
RGB Variations
Color information
#7668CB (or 0x7668CB) is known color: Slate Blue. HEX triplet: 76, 68 and CB. RGB value is (118,104,203). Sum of RGB (Red+Green+Blue) = 118+104+203=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #7668CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7668CB is #899734. Grayscale: #777777. Windows color (decimal): -9017141 or 13330550. OLE color: 13330550.
HSL color Cylindrical-coordinate representation of color #7668CB: hue angle of 248.48º 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 #7668CB is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 104 | 203 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.20 |
| HSL | 248.48º | 0.49% | 0.6% | - |
| HSV(B) | 248.48º | 0.49% | 0.8% | - |
| XYZ | 23.2 | 18.06 | 58.76 | - |
| YUV | 119.47 | 175.14 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 203 | 0.42 | 0.49 | 0 | 0.20 | 248.48 | 0.49 | 0.6 |
| Hex | 76 | 68 | CB | 2A | 31 | 0 | 14 | F8 | 31 | 3C |
| Octal | 166 | 150 | 313 | 52 | 61 | 0 | 24 | 370 | 61 | 74 |
| Binary | 1110110 | 1101000 | 11001011 | 101010 | 110001 | 0 | 10100 | 11111000 | 110001 | 111100 |
Color Harmonies of #7668CB
Complementary color
Monochromatic Colors of #7668CB
Black with #7668CB
Text Example
Text Example
White with #7668CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7668CB; }
p { color: rgb(118,104,203); }
H1.HeaderClassName
{
color: #7668CB;
}
.AnyTagClassName
{
color: #7668CB;
}
</style>
background-color css
<style>
a { background-color: #7668CB; }
a { background-color: rgb(118,104,203); }
div.DivClassName
{
background-color: #7668CB;
}
.BgClassName
{
background-color: #7668CB;
}
</style>
border-color css
<style>
span { border-color: #7668CB; }
span { border-color: rgb(118,104,203); }
td.TdClassName
{
border-color: #7668CB;
}
.TagClassName
{
border-color: #7668CB;
}
</style>