Shades of Slate Blue #7750DB
Tints of Slate Blue #7750DB
RGB
CMYK
RGB Variations
Color information
#7750DB (or 0x7750DB) is known color: Slate Blue. HEX triplet: 77, 50 and DB. RGB value is (119,80,219). Sum of RGB (Red+Green+Blue) = 119+80+219=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #7750DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7750DB is #88AF24. Grayscale: #6A6A6A. Windows color (decimal): -8957733 or 14372983. OLE color: 14372983.
HSL color Cylindrical-coordinate representation of color #7750DB: hue angle of 256.83º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7750DB is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 80 | 219 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.14 |
| HSL | 256.83º | 0.66% | 0.59% | - |
| HSV(B) | 256.83º | 0.63% | 0.86% | - |
| XYZ | 23.26 | 14.77 | 68.64 | - |
| YUV | 107.51 | 190.92 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 80 | 219 | 0.46 | 0.63 | 0 | 0.14 | 256.83 | 0.66 | 0.59 |
| Hex | 77 | 50 | DB | 2E | 3F | 0 | E | 101 | 42 | 3B |
| Octal | 167 | 120 | 333 | 56 | 77 | 0 | 16 | 401 | 102 | 73 |
| Binary | 1110111 | 1010000 | 11011011 | 101110 | 111111 | 0 | 1110 | 100000001 | 1000010 | 111011 |
Color Harmonies of #7750DB
Complementary color
Monochromatic Colors of #7750DB
Black with #7750DB
Text Example
Text Example
White with #7750DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7750DB; }
p { color: rgb(119,80,219); }
H1.HeaderClassName
{
color: #7750DB;
}
.AnyTagClassName
{
color: #7750DB;
}
</style>
background-color css
<style>
a { background-color: #7750DB; }
a { background-color: rgb(119,80,219); }
div.DivClassName
{
background-color: #7750DB;
}
.BgClassName
{
background-color: #7750DB;
}
</style>
border-color css
<style>
span { border-color: #7750DB; }
span { border-color: rgb(119,80,219); }
td.TdClassName
{
border-color: #7750DB;
}
.TagClassName
{
border-color: #7750DB;
}
</style>