Shades of Slate Blue #765BDA
Tints of Slate Blue #765BDA
RGB
CMYK
RGB Variations
Color information
#765BDA (or 0x765BDA) is known color: Slate Blue. HEX triplet: 76, 5B and DA. RGB value is (118,91,218). Sum of RGB (Red+Green+Blue) = 118+91+218=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #765BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BDA is #89A425. Grayscale: #717171. Windows color (decimal): -9020454 or 14310262. OLE color: 14310262.
HSL color Cylindrical-coordinate representation of color #765BDA: hue angle of 252.76º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #765BDA is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 91 | 218 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.15 |
| HSL | 252.76º | 0.63% | 0.61% | - |
| HSV(B) | 252.76º | 0.58% | 0.85% | - |
| XYZ | 23.87 | 16.4 | 68.24 | - |
| YUV | 113.55 | 186.95 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 218 | 0.46 | 0.58 | 0 | 0.15 | 252.76 | 0.63 | 0.61 |
| Hex | 76 | 5B | DA | 2E | 3A | 0 | F | FD | 3F | 3D |
| Octal | 166 | 133 | 332 | 56 | 72 | 0 | 17 | 375 | 77 | 75 |
| Binary | 1110110 | 1011011 | 11011010 | 101110 | 111010 | 0 | 1111 | 11111101 | 111111 | 111101 |
Color Harmonies of #765BDA
Complementary color
Monochromatic Colors of #765BDA
Black with #765BDA
Text Example
Text Example
White with #765BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765BDA; }
p { color: rgb(118,91,218); }
H1.HeaderClassName
{
color: #765BDA;
}
.AnyTagClassName
{
color: #765BDA;
}
</style>
background-color css
<style>
a { background-color: #765BDA; }
a { background-color: rgb(118,91,218); }
div.DivClassName
{
background-color: #765BDA;
}
.BgClassName
{
background-color: #765BDA;
}
</style>
border-color css
<style>
span { border-color: #765BDA; }
span { border-color: rgb(118,91,218); }
td.TdClassName
{
border-color: #765BDA;
}
.TagClassName
{
border-color: #765BDA;
}
</style>