Shades of Slate Blue #765BCE
Tints of Slate Blue #765BCE
RGB
CMYK
RGB Variations
Color information
#765BCE (or 0x765BCE) is known color: Slate Blue. HEX triplet: 76, 5B and CE. RGB value is (118,91,206). Sum of RGB (Red+Green+Blue) = 118+91+206=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #765BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BCE is #89A431. Grayscale: #6F6F6F. Windows color (decimal): -9020466 or 13523830. OLE color: 13523830.
HSL color Cylindrical-coordinate representation of color #765BCE: hue angle of 254.09º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #765BCE is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 91 | 206 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.19 |
| HSL | 254.09º | 0.54% | 0.58% | - |
| HSV(B) | 254.09º | 0.56% | 0.81% | - |
| XYZ | 22.35 | 15.79 | 60.26 | - |
| YUV | 112.18 | 180.95 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 206 | 0.43 | 0.56 | 0 | 0.19 | 254.09 | 0.54 | 0.58 |
| Hex | 76 | 5B | CE | 2B | 38 | 0 | 13 | FE | 36 | 3A |
| Octal | 166 | 133 | 316 | 53 | 70 | 0 | 23 | 376 | 66 | 72 |
| Binary | 1110110 | 1011011 | 11001110 | 101011 | 111000 | 0 | 10011 | 11111110 | 110110 | 111010 |
Color Harmonies of #765BCE
Complementary color
Monochromatic Colors of #765BCE
Black with #765BCE
Text Example
Text Example
White with #765BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765BCE; }
p { color: rgb(118,91,206); }
H1.HeaderClassName
{
color: #765BCE;
}
.AnyTagClassName
{
color: #765BCE;
}
</style>
background-color css
<style>
a { background-color: #765BCE; }
a { background-color: rgb(118,91,206); }
div.DivClassName
{
background-color: #765BCE;
}
.BgClassName
{
background-color: #765BCE;
}
</style>
border-color css
<style>
span { border-color: #765BCE; }
span { border-color: rgb(118,91,206); }
td.TdClassName
{
border-color: #765BCE;
}
.TagClassName
{
border-color: #765BCE;
}
</style>