Shades of Slate Blue #765BCC
Tints of Slate Blue #765BCC
RGB
CMYK
RGB Variations
Color information
#765BCC (or 0x765BCC) is known color: Slate Blue. HEX triplet: 76, 5B and CC. RGB value is (118,91,204). Sum of RGB (Red+Green+Blue) = 118+91+204=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #765BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BCC is #89A433. Grayscale: #6F6F6F. Windows color (decimal): -9020468 or 13392758. OLE color: 13392758.
HSL color Cylindrical-coordinate representation of color #765BCC: hue angle of 254.34º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #765BCC is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 91 | 204 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.2 |
| HSL | 254.34º | 0.53% | 0.58% | - |
| HSV(B) | 254.34º | 0.55% | 0.8% | - |
| XYZ | 22.11 | 15.69 | 58.99 | - |
| YUV | 111.96 | 179.95 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 204 | 0.42 | 0.55 | 0 | 0.2 | 254.34 | 0.53 | 0.58 |
| Hex | 76 | 5B | CC | 2A | 37 | 0 | 14 | FE | 35 | 3A |
| Octal | 166 | 133 | 314 | 52 | 67 | 0 | 24 | 376 | 65 | 72 |
| Binary | 1110110 | 1011011 | 11001100 | 101010 | 110111 | 0 | 10100 | 11111110 | 110101 | 111010 |
Color Harmonies of #765BCC
Complementary color
Monochromatic Colors of #765BCC
Black with #765BCC
Text Example
Text Example
White with #765BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765BCC; }
p { color: rgb(118,91,204); }
H1.HeaderClassName
{
color: #765BCC;
}
.AnyTagClassName
{
color: #765BCC;
}
</style>
background-color css
<style>
a { background-color: #765BCC; }
a { background-color: rgb(118,91,204); }
div.DivClassName
{
background-color: #765BCC;
}
.BgClassName
{
background-color: #765BCC;
}
</style>
border-color css
<style>
span { border-color: #765BCC; }
span { border-color: rgb(118,91,204); }
td.TdClassName
{
border-color: #765BCC;
}
.TagClassName
{
border-color: #765BCC;
}
</style>