Shades of Slate Blue #765BDD
Tints of Slate Blue #765BDD
RGB
CMYK
RGB Variations
Color information
#765BDD (or 0x765BDD) is known color: Slate Blue. HEX triplet: 76, 5B and DD. RGB value is (118,91,221). Sum of RGB (Red+Green+Blue) = 118+91+221=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #765BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BDD is #89A422. Grayscale: #717171. Windows color (decimal): -9020451 or 14506870. OLE color: 14506870.
HSL color Cylindrical-coordinate representation of color #765BDD: hue angle of 252.46º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #765BDD is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 91 | 221 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.13 |
| HSL | 252.46º | 0.66% | 0.61% | - |
| HSV(B) | 252.46º | 0.59% | 0.87% | - |
| XYZ | 24.26 | 16.55 | 70.32 | - |
| YUV | 113.89 | 188.45 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 221 | 0.47 | 0.59 | 0 | 0.13 | 252.46 | 0.66 | 0.61 |
| Hex | 76 | 5B | DD | 2F | 3B | 0 | D | FC | 42 | 3D |
| Octal | 166 | 133 | 335 | 57 | 73 | 0 | 15 | 374 | 102 | 75 |
| Binary | 1110110 | 1011011 | 11011101 | 101111 | 111011 | 0 | 1101 | 11111100 | 1000010 | 111101 |
Color Harmonies of #765BDD
Complementary color
Monochromatic Colors of #765BDD
Black with #765BDD
Text Example
Text Example
White with #765BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765BDD; }
p { color: rgb(118,91,221); }
H1.HeaderClassName
{
color: #765BDD;
}
.AnyTagClassName
{
color: #765BDD;
}
</style>
background-color css
<style>
a { background-color: #765BDD; }
a { background-color: rgb(118,91,221); }
div.DivClassName
{
background-color: #765BDD;
}
.BgClassName
{
background-color: #765BDD;
}
</style>
border-color css
<style>
span { border-color: #765BDD; }
span { border-color: rgb(118,91,221); }
td.TdClassName
{
border-color: #765BDD;
}
.TagClassName
{
border-color: #765BDD;
}
</style>