Shades of Slate Blue #775BDA
Tints of Slate Blue #775BDA
RGB
CMYK
RGB Variations
Color information
#775BDA (or 0x775BDA) is known color: Slate Blue. HEX triplet: 77, 5B and DA. RGB value is (119,91,218). Sum of RGB (Red+Green+Blue) = 119+91+218=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #775BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775BDA is #88A425. Grayscale: #717171. Windows color (decimal): -8954918 or 14310263. OLE color: 14310263.
HSL color Cylindrical-coordinate representation of color #775BDA: hue angle of 253.23º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #775BDA is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 91 | 218 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.15 |
| HSL | 253.23º | 0.63% | 0.61% | - |
| HSV(B) | 253.23º | 0.58% | 0.85% | - |
| XYZ | 24 | 16.47 | 68.24 | - |
| YUV | 113.85 | 186.78 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 91 | 218 | 0.45 | 0.58 | 0 | 0.15 | 253.23 | 0.63 | 0.61 |
| Hex | 77 | 5B | DA | 2D | 3A | 0 | F | FD | 3F | 3D |
| Octal | 167 | 133 | 332 | 55 | 72 | 0 | 17 | 375 | 77 | 75 |
| Binary | 1110111 | 1011011 | 11011010 | 101101 | 111010 | 0 | 1111 | 11111101 | 111111 | 111101 |
Color Harmonies of #775BDA
Complementary color
Monochromatic Colors of #775BDA
Black with #775BDA
Text Example
Text Example
White with #775BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775BDA; }
p { color: rgb(119,91,218); }
H1.HeaderClassName
{
color: #775BDA;
}
.AnyTagClassName
{
color: #775BDA;
}
</style>
background-color css
<style>
a { background-color: #775BDA; }
a { background-color: rgb(119,91,218); }
div.DivClassName
{
background-color: #775BDA;
}
.BgClassName
{
background-color: #775BDA;
}
</style>
border-color css
<style>
span { border-color: #775BDA; }
span { border-color: rgb(119,91,218); }
td.TdClassName
{
border-color: #775BDA;
}
.TagClassName
{
border-color: #775BDA;
}
</style>