Shades of Slate Blue #765FC0
Tints of Slate Blue #765FC0
RGB
CMYK
RGB Variations
Color information
#765FC0 (or 0x765FC0) is known color: Slate Blue. HEX triplet: 76, 5F and C0. RGB value is (118,95,192). Sum of RGB (Red+Green+Blue) = 118+95+192=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #765FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765FC0 is #89A03F. Grayscale: #707070. Windows color (decimal): -9019456 or 12607350. OLE color: 12607350.
HSL color Cylindrical-coordinate representation of color #765FC0: hue angle of 254.23º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #765FC0 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 95 | 192 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.25 |
| HSL | 254.23º | 0.43% | 0.56% | - |
| HSV(B) | 254.23º | 0.51% | 0.75% | - |
| XYZ | 21.08 | 15.84 | 51.82 | - |
| YUV | 112.94 | 172.62 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 192 | 0.39 | 0.51 | 0 | 0.25 | 254.23 | 0.43 | 0.56 |
| Hex | 76 | 5F | C0 | 27 | 33 | 0 | 19 | FE | 2B | 38 |
| Octal | 166 | 137 | 300 | 47 | 63 | 0 | 31 | 376 | 53 | 70 |
| Binary | 1110110 | 1011111 | 11000000 | 100111 | 110011 | 0 | 11001 | 11111110 | 101011 | 111000 |
Color Harmonies of #765FC0
Complementary color
Monochromatic Colors of #765FC0
Black with #765FC0
Text Example
Text Example
White with #765FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765FC0; }
p { color: rgb(118,95,192); }
H1.HeaderClassName
{
color: #765FC0;
}
.AnyTagClassName
{
color: #765FC0;
}
</style>
background-color css
<style>
a { background-color: #765FC0; }
a { background-color: rgb(118,95,192); }
div.DivClassName
{
background-color: #765FC0;
}
.BgClassName
{
background-color: #765FC0;
}
</style>
border-color css
<style>
span { border-color: #765FC0; }
span { border-color: rgb(118,95,192); }
td.TdClassName
{
border-color: #765FC0;
}
.TagClassName
{
border-color: #765FC0;
}
</style>