Shades of Slate Blue #7750CE
Tints of Slate Blue #7750CE
RGB
CMYK
RGB Variations
Color information
#7750CE (or 0x7750CE) is known color: Slate Blue. HEX triplet: 77, 50 and CE. RGB value is (119,80,206). Sum of RGB (Red+Green+Blue) = 119+80+206=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #7750CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7750CE is #88AF31. Grayscale: #696969. Windows color (decimal): -8957746 or 13521015. OLE color: 13521015.
HSL color Cylindrical-coordinate representation of color #7750CE: hue angle of 258.57º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7750CE is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 80 | 206 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.19 |
| HSL | 258.57º | 0.56% | 0.56% | - |
| HSV(B) | 258.57º | 0.61% | 0.81% | - |
| XYZ | 21.62 | 14.12 | 59.98 | - |
| YUV | 106.03 | 184.42 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 80 | 206 | 0.42 | 0.61 | 0 | 0.19 | 258.57 | 0.56 | 0.56 |
| Hex | 77 | 50 | CE | 2A | 3D | 0 | 13 | 103 | 38 | 38 |
| Octal | 167 | 120 | 316 | 52 | 75 | 0 | 23 | 403 | 70 | 70 |
| Binary | 1110111 | 1010000 | 11001110 | 101010 | 111101 | 0 | 10011 | 100000011 | 111000 | 111000 |
Color Harmonies of #7750CE
Complementary color
Monochromatic Colors of #7750CE
Black with #7750CE
Text Example
Text Example
White with #7750CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7750CE; }
p { color: rgb(119,80,206); }
H1.HeaderClassName
{
color: #7750CE;
}
.AnyTagClassName
{
color: #7750CE;
}
</style>
background-color css
<style>
a { background-color: #7750CE; }
a { background-color: rgb(119,80,206); }
div.DivClassName
{
background-color: #7750CE;
}
.BgClassName
{
background-color: #7750CE;
}
</style>
border-color css
<style>
span { border-color: #7750CE; }
span { border-color: rgb(119,80,206); }
td.TdClassName
{
border-color: #7750CE;
}
.TagClassName
{
border-color: #7750CE;
}
</style>