Shades of Slate Blue #765ACB
Tints of Slate Blue #765ACB
RGB
CMYK
RGB Variations
Color information
#765ACB (or 0x765ACB) is known color: Slate Blue. HEX triplet: 76, 5A and CB. RGB value is (118,90,203). Sum of RGB (Red+Green+Blue) = 118+90+203=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #765ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765ACB is #89A534. Grayscale: #6E6E6E. Windows color (decimal): -9020725 or 13326966. OLE color: 13326966.
HSL color Cylindrical-coordinate representation of color #765ACB: hue angle of 254.87º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #765ACB is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 90 | 203 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.20 |
| HSL | 254.87º | 0.52% | 0.57% | - |
| HSV(B) | 254.87º | 0.56% | 0.8% | - |
| XYZ | 21.91 | 15.48 | 58.33 | - |
| YUV | 111.25 | 179.78 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 203 | 0.42 | 0.56 | 0 | 0.20 | 254.87 | 0.52 | 0.57 |
| Hex | 76 | 5A | CB | 2A | 38 | 0 | 14 | FF | 34 | 39 |
| Octal | 166 | 132 | 313 | 52 | 70 | 0 | 24 | 377 | 64 | 71 |
| Binary | 1110110 | 1011010 | 11001011 | 101010 | 111000 | 0 | 10100 | 11111111 | 110100 | 111001 |
Color Harmonies of #765ACB
Complementary color
Monochromatic Colors of #765ACB
Black with #765ACB
Text Example
Text Example
White with #765ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765ACB; }
p { color: rgb(118,90,203); }
H1.HeaderClassName
{
color: #765ACB;
}
.AnyTagClassName
{
color: #765ACB;
}
</style>
background-color css
<style>
a { background-color: #765ACB; }
a { background-color: rgb(118,90,203); }
div.DivClassName
{
background-color: #765ACB;
}
.BgClassName
{
background-color: #765ACB;
}
</style>
border-color css
<style>
span { border-color: #765ACB; }
span { border-color: rgb(118,90,203); }
td.TdClassName
{
border-color: #765ACB;
}
.TagClassName
{
border-color: #765ACB;
}
</style>