Shades of Slate Blue #765BC8
Tints of Slate Blue #765BC8
RGB
CMYK
RGB Variations
Color information
#765BC8 (or 0x765BC8) is known color: Slate Blue. HEX triplet: 76, 5B and C8. RGB value is (118,91,200). Sum of RGB (Red+Green+Blue) = 118+91+200=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 200 (78.52% from 255 or 48.90% from 409); Max value from RGB is 200 - color contains mainly: blue. Hex color #765BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BC8 is #89A437. Grayscale: #6F6F6F. Windows color (decimal): -9020472 or 13130614. OLE color: 13130614.
HSL color Cylindrical-coordinate representation of color #765BC8: hue angle of 254.86º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #765BC8 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 91 | 200 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.22 |
| HSL | 254.86º | 0.5% | 0.57% | - |
| HSV(B) | 254.86º | 0.55% | 0.78% | - |
| XYZ | 21.64 | 15.5 | 56.5 | - |
| YUV | 111.5 | 177.95 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 200 | 0.41 | 0.54 | 0 | 0.22 | 254.86 | 0.5 | 0.57 |
| Hex | 76 | 5B | C8 | 29 | 36 | 0 | 16 | FF | 32 | 39 |
| Octal | 166 | 133 | 310 | 51 | 66 | 0 | 26 | 377 | 62 | 71 |
| Binary | 1110110 | 1011011 | 11001000 | 101001 | 110110 | 0 | 10110 | 11111111 | 110010 | 111001 |
Color Harmonies of #765BC8
Complementary color
Monochromatic Colors of #765BC8
Black with #765BC8
Text Example
Text Example
White with #765BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765BC8; }
p { color: rgb(118,91,200); }
H1.HeaderClassName
{
color: #765BC8;
}
.AnyTagClassName
{
color: #765BC8;
}
</style>
background-color css
<style>
a { background-color: #765BC8; }
a { background-color: rgb(118,91,200); }
div.DivClassName
{
background-color: #765BC8;
}
.BgClassName
{
background-color: #765BC8;
}
</style>
border-color css
<style>
span { border-color: #765BC8; }
span { border-color: rgb(118,91,200); }
td.TdClassName
{
border-color: #765BC8;
}
.TagClassName
{
border-color: #765BC8;
}
</style>