Shades of Slate Blue #775BCB
Tints of Slate Blue #775BCB
RGB
CMYK
RGB Variations
Color information
#775BCB (or 0x775BCB) is known color: Slate Blue. HEX triplet: 77, 5B and CB. RGB value is (119,91,203). Sum of RGB (Red+Green+Blue) = 119+91+203=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #775BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775BCB is #88A434. Grayscale: #6F6F6F. Windows color (decimal): -8954933 or 13327223. OLE color: 13327223.
HSL color Cylindrical-coordinate representation of color #775BCB: hue angle of 255º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #775BCB is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 91 | 203 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.20 |
| HSL | 255º | 0.52% | 0.58% | - |
| HSV(B) | 255º | 0.55% | 0.8% | - |
| XYZ | 22.13 | 15.72 | 58.37 | - |
| YUV | 112.14 | 179.28 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 91 | 203 | 0.41 | 0.55 | 0 | 0.20 | 255 | 0.52 | 0.58 |
| Hex | 77 | 5B | CB | 29 | 37 | 0 | 14 | FF | 34 | 3A |
| Octal | 167 | 133 | 313 | 51 | 67 | 0 | 24 | 377 | 64 | 72 |
| Binary | 1110111 | 1011011 | 11001011 | 101001 | 110111 | 0 | 10100 | 11111111 | 110100 | 111010 |
Color Harmonies of #775BCB
Complementary color
Monochromatic Colors of #775BCB
Black with #775BCB
Text Example
Text Example
White with #775BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775BCB; }
p { color: rgb(119,91,203); }
H1.HeaderClassName
{
color: #775BCB;
}
.AnyTagClassName
{
color: #775BCB;
}
</style>
background-color css
<style>
a { background-color: #775BCB; }
a { background-color: rgb(119,91,203); }
div.DivClassName
{
background-color: #775BCB;
}
.BgClassName
{
background-color: #775BCB;
}
</style>
border-color css
<style>
span { border-color: #775BCB; }
span { border-color: rgb(119,91,203); }
td.TdClassName
{
border-color: #775BCB;
}
.TagClassName
{
border-color: #775BCB;
}
</style>