Shades of Slate Blue #7768CB
Tints of Slate Blue #7768CB
RGB
CMYK
RGB Variations
Color information
#7768CB (or 0x7768CB) is known color: Slate Blue. HEX triplet: 77, 68 and CB. RGB value is (119,104,203). Sum of RGB (Red+Green+Blue) = 119+104+203=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #7768CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7768CB is #889734. Grayscale: #777777. Windows color (decimal): -8951605 or 13330551. OLE color: 13330551.
HSL color Cylindrical-coordinate representation of color #7768CB: hue angle of 249.09º 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 #7768CB is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 104 | 203 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.20 |
| HSL | 249.09º | 0.49% | 0.6% | - |
| HSV(B) | 249.09º | 0.49% | 0.8% | - |
| XYZ | 23.34 | 18.13 | 58.77 | - |
| YUV | 119.77 | 174.97 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 203 | 0.41 | 0.49 | 0 | 0.20 | 249.09 | 0.49 | 0.6 |
| Hex | 77 | 68 | CB | 29 | 31 | 0 | 14 | F9 | 31 | 3C |
| Octal | 167 | 150 | 313 | 51 | 61 | 0 | 24 | 371 | 61 | 74 |
| Binary | 1110111 | 1101000 | 11001011 | 101001 | 110001 | 0 | 10100 | 11111001 | 110001 | 111100 |
Color Harmonies of #7768CB
Complementary color
Monochromatic Colors of #7768CB
Black with #7768CB
Text Example
Text Example
White with #7768CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7768CB; }
p { color: rgb(119,104,203); }
H1.HeaderClassName
{
color: #7768CB;
}
.AnyTagClassName
{
color: #7768CB;
}
</style>
background-color css
<style>
a { background-color: #7768CB; }
a { background-color: rgb(119,104,203); }
div.DivClassName
{
background-color: #7768CB;
}
.BgClassName
{
background-color: #7768CB;
}
</style>
border-color css
<style>
span { border-color: #7768CB; }
span { border-color: rgb(119,104,203); }
td.TdClassName
{
border-color: #7768CB;
}
.TagClassName
{
border-color: #7768CB;
}
</style>