Shades of Slate Blue #755FDB
Tints of Slate Blue #755FDB
RGB
CMYK
RGB Variations
Color information
#755FDB (or 0x755FDB) is known color: Slate Blue. HEX triplet: 75, 5F and DB. RGB value is (117,95,219). Sum of RGB (Red+Green+Blue) = 117+95+219=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #755FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FDB is #8AA024. Grayscale: #737373. Windows color (decimal): -9084965 or 14376821. OLE color: 14376821.
HSL color Cylindrical-coordinate representation of color #755FDB: hue angle of 250.65º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #755FDB is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 117 | 95 | 219 | - |
CMYK | 0.47 | 0.57 | 0 | 0.14 |
HSL | 250.65º | 0.63% | 0.62% | - |
HSV(B) | 250.65º | 0.57% | 0.86% | - |
XYZ | 24.21 | 17.08 | 69.04 | - |
YUV | 115.71 | 186.29 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 117 | 95 | 219 | 0.47 | 0.57 | 0 | 0.14 | 250.65 | 0.63 | 0.62 |
Hex | 75 | 5F | DB | 2F | 39 | 0 | E | FB | 3F | 3E |
Octal | 165 | 137 | 333 | 57 | 71 | 0 | 16 | 373 | 77 | 76 |
Binary | 1110101 | 1011111 | 11011011 | 101111 | 111001 | 0 | 1110 | 11111011 | 111111 | 111110 |
Color Harmonies of #755FDB
Complementary color
Monochromatic Colors of #755FDB
Black with #755FDB
Text Example
Text Example
White with #755FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755FDB; }
p { color: rgb(117,95,219); }
H1.HeaderClassName
{
color: #755FDB;
}
.AnyTagClassName
{
color: #755FDB;
}
</style>
background-color css
<style>
a { background-color: #755FDB; }
a { background-color: rgb(117,95,219); }
div.DivClassName
{
background-color: #755FDB;
}
.BgClassName
{
background-color: #755FDB;
}
</style>
border-color css
<style>
span { border-color: #755FDB; }
span { border-color: rgb(117,95,219); }
td.TdClassName
{
border-color: #755FDB;
}
.TagClassName
{
border-color: #755FDB;
}
</style>