Shades of Slate Blue #755BDB
Tints of Slate Blue #755BDB
RGB
CMYK
RGB Variations
Color information
#755BDB (or 0x755BDB) is known color: Slate Blue. HEX triplet: 75, 5B and DB. RGB value is (117,91,219). Sum of RGB (Red+Green+Blue) = 117+91+219=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #755BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BDB is #8AA424. Grayscale: #707070. Windows color (decimal): -9085989 or 14375797. OLE color: 14375797.
HSL color Cylindrical-coordinate representation of color #755BDB: hue angle of 252.19º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #755BDB is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 91 | 219 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.14 |
| HSL | 252.19º | 0.64% | 0.61% | - |
| HSV(B) | 252.19º | 0.58% | 0.86% | - |
| XYZ | 23.86 | 16.38 | 68.92 | - |
| YUV | 113.37 | 187.61 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 219 | 0.47 | 0.58 | 0 | 0.14 | 252.19 | 0.64 | 0.61 |
| Hex | 75 | 5B | DB | 2F | 3A | 0 | E | FC | 40 | 3D |
| Octal | 165 | 133 | 333 | 57 | 72 | 0 | 16 | 374 | 100 | 75 |
| Binary | 1110101 | 1011011 | 11011011 | 101111 | 111010 | 0 | 1110 | 11111100 | 1000000 | 111101 |
Color Harmonies of #755BDB
Complementary color
Monochromatic Colors of #755BDB
Black with #755BDB
Text Example
Text Example
White with #755BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755BDB; }
p { color: rgb(117,91,219); }
H1.HeaderClassName
{
color: #755BDB;
}
.AnyTagClassName
{
color: #755BDB;
}
</style>
background-color css
<style>
a { background-color: #755BDB; }
a { background-color: rgb(117,91,219); }
div.DivClassName
{
background-color: #755BDB;
}
.BgClassName
{
background-color: #755BDB;
}
</style>
border-color css
<style>
span { border-color: #755BDB; }
span { border-color: rgb(117,91,219); }
td.TdClassName
{
border-color: #755BDB;
}
.TagClassName
{
border-color: #755BDB;
}
</style>