Shades of Slate Blue #755CDB
Tints of Slate Blue #755CDB
RGB
CMYK
RGB Variations
Color information
#755CDB (or 0x755CDB) is known color: Slate Blue. HEX triplet: 75, 5C and DB. RGB value is (117,92,219). Sum of RGB (Red+Green+Blue) = 117+92+219=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #755CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CDB is #8AA324. Grayscale: #717171. Windows color (decimal): -9085733 or 14376053. OLE color: 14376053.
HSL color Cylindrical-coordinate representation of color #755CDB: hue angle of 251.81º 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 #755CDB is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 92 | 219 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.14 |
| HSL | 251.81º | 0.64% | 0.61% | - |
| HSV(B) | 251.81º | 0.58% | 0.86% | - |
| XYZ | 23.95 | 16.55 | 68.95 | - |
| YUV | 113.95 | 187.28 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 219 | 0.47 | 0.58 | 0 | 0.14 | 251.81 | 0.64 | 0.61 |
| Hex | 75 | 5C | DB | 2F | 3A | 0 | E | FC | 40 | 3D |
| Octal | 165 | 134 | 333 | 57 | 72 | 0 | 16 | 374 | 100 | 75 |
| Binary | 1110101 | 1011100 | 11011011 | 101111 | 111010 | 0 | 1110 | 11111100 | 1000000 | 111101 |
Color Harmonies of #755CDB
Complementary color
Monochromatic Colors of #755CDB
Black with #755CDB
Text Example
Text Example
White with #755CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755CDB; }
p { color: rgb(117,92,219); }
H1.HeaderClassName
{
color: #755CDB;
}
.AnyTagClassName
{
color: #755CDB;
}
</style>
background-color css
<style>
a { background-color: #755CDB; }
a { background-color: rgb(117,92,219); }
div.DivClassName
{
background-color: #755CDB;
}
.BgClassName
{
background-color: #755CDB;
}
</style>
border-color css
<style>
span { border-color: #755CDB; }
span { border-color: rgb(117,92,219); }
td.TdClassName
{
border-color: #755CDB;
}
.TagClassName
{
border-color: #755CDB;
}
</style>