Shades of Slate Blue #765AD3
Tints of Slate Blue #765AD3
RGB
CMYK
RGB Variations
Color information
#765AD3 (or 0x765AD3) is known color: Slate Blue. HEX triplet: 76, 5A and D3. RGB value is (118,90,211). Sum of RGB (Red+Green+Blue) = 118+90+211=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 211 (82.81% from 255 or 50.36% from 419); Max value from RGB is 211 - color contains mainly: blue. Hex color #765AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765AD3 is #89A52C. Grayscale: #6F6F6F. Windows color (decimal): -9020717 or 13851254. OLE color: 13851254.
HSL color Cylindrical-coordinate representation of color #765AD3: hue angle of 253.88º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #765AD3 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 90 | 211 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.17 |
| HSL | 253.88º | 0.58% | 0.59% | - |
| HSV(B) | 253.88º | 0.57% | 0.83% | - |
| XYZ | 22.89 | 15.87 | 63.48 | - |
| YUV | 112.17 | 183.78 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 211 | 0.44 | 0.57 | 0 | 0.17 | 253.88 | 0.58 | 0.59 |
| Hex | 76 | 5A | D3 | 2C | 39 | 0 | 11 | FE | 3A | 3B |
| Octal | 166 | 132 | 323 | 54 | 71 | 0 | 21 | 376 | 72 | 73 |
| Binary | 1110110 | 1011010 | 11010011 | 101100 | 111001 | 0 | 10001 | 11111110 | 111010 | 111011 |
Color Harmonies of #765AD3
Complementary color
Monochromatic Colors of #765AD3
Black with #765AD3
Text Example
Text Example
White with #765AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765AD3; }
p { color: rgb(118,90,211); }
H1.HeaderClassName
{
color: #765AD3;
}
.AnyTagClassName
{
color: #765AD3;
}
</style>
background-color css
<style>
a { background-color: #765AD3; }
a { background-color: rgb(118,90,211); }
div.DivClassName
{
background-color: #765AD3;
}
.BgClassName
{
background-color: #765AD3;
}
</style>
border-color css
<style>
span { border-color: #765AD3; }
span { border-color: rgb(118,90,211); }
td.TdClassName
{
border-color: #765AD3;
}
.TagClassName
{
border-color: #765AD3;
}
</style>