Shades of Slate Blue #765BD1
Tints of Slate Blue #765BD1
RGB
CMYK
RGB Variations
Color information
#765BD1 (or 0x765BD1) is known color: Slate Blue. HEX triplet: 76, 5B and D1. RGB value is (118,91,209). Sum of RGB (Red+Green+Blue) = 118+91+209=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 209 (82.03% from 255 or 50% from 418); Max value from RGB is 209 - color contains mainly: blue. Hex color #765BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BD1 is #89A42E. Grayscale: #707070. Windows color (decimal): -9020463 or 13720438. OLE color: 13720438.
HSL color Cylindrical-coordinate representation of color #765BD1: hue angle of 253.73º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #765BD1 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 91 | 209 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.18 |
| HSL | 253.73º | 0.56% | 0.59% | - |
| HSV(B) | 253.73º | 0.56% | 0.82% | - |
| XYZ | 22.72 | 15.94 | 62.2 | - |
| YUV | 112.53 | 182.45 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 209 | 0.44 | 0.56 | 0 | 0.18 | 253.73 | 0.56 | 0.59 |
| Hex | 76 | 5B | D1 | 2C | 38 | 0 | 12 | FE | 38 | 3B |
| Octal | 166 | 133 | 321 | 54 | 70 | 0 | 22 | 376 | 70 | 73 |
| Binary | 1110110 | 1011011 | 11010001 | 101100 | 111000 | 0 | 10010 | 11111110 | 111000 | 111011 |
Color Harmonies of #765BD1
Complementary color
Monochromatic Colors of #765BD1
Black with #765BD1
Text Example
Text Example
White with #765BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765BD1; }
p { color: rgb(118,91,209); }
H1.HeaderClassName
{
color: #765BD1;
}
.AnyTagClassName
{
color: #765BD1;
}
</style>
background-color css
<style>
a { background-color: #765BD1; }
a { background-color: rgb(118,91,209); }
div.DivClassName
{
background-color: #765BD1;
}
.BgClassName
{
background-color: #765BD1;
}
</style>
border-color css
<style>
span { border-color: #765BD1; }
span { border-color: rgb(118,91,209); }
td.TdClassName
{
border-color: #765BD1;
}
.TagClassName
{
border-color: #765BD1;
}
</style>