Shades of Slate Blue #755DDB
Tints of Slate Blue #755DDB
RGB
CMYK
RGB Variations
Color information
#755DDB (or 0x755DDB) is known color: Slate Blue. HEX triplet: 75, 5D and DB. RGB value is (117,93,219). Sum of RGB (Red+Green+Blue) = 117+93+219=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #755DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DDB is #8AA224. Grayscale: #727272. Windows color (decimal): -9085477 or 14376309. OLE color: 14376309.
HSL color Cylindrical-coordinate representation of color #755DDB: hue angle of 251.43º 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 #755DDB is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 93 | 219 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.14 |
| HSL | 251.43º | 0.64% | 0.61% | - |
| HSV(B) | 251.43º | 0.58% | 0.86% | - |
| XYZ | 24.04 | 16.73 | 68.98 | - |
| YUV | 114.54 | 186.95 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 219 | 0.47 | 0.58 | 0 | 0.14 | 251.43 | 0.64 | 0.61 |
| Hex | 75 | 5D | DB | 2F | 3A | 0 | E | FB | 40 | 3D |
| Octal | 165 | 135 | 333 | 57 | 72 | 0 | 16 | 373 | 100 | 75 |
| Binary | 1110101 | 1011101 | 11011011 | 101111 | 111010 | 0 | 1110 | 11111011 | 1000000 | 111101 |
Color Harmonies of #755DDB
Complementary color
Monochromatic Colors of #755DDB
Black with #755DDB
Text Example
Text Example
White with #755DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755DDB; }
p { color: rgb(117,93,219); }
H1.HeaderClassName
{
color: #755DDB;
}
.AnyTagClassName
{
color: #755DDB;
}
</style>
background-color css
<style>
a { background-color: #755DDB; }
a { background-color: rgb(117,93,219); }
div.DivClassName
{
background-color: #755DDB;
}
.BgClassName
{
background-color: #755DDB;
}
</style>
border-color css
<style>
span { border-color: #755DDB; }
span { border-color: rgb(117,93,219); }
td.TdClassName
{
border-color: #755DDB;
}
.TagClassName
{
border-color: #755DDB;
}
</style>