Shades of Slate Blue #775BC1
Tints of Slate Blue #775BC1
RGB
CMYK
RGB Variations
Color information
#775BC1 (or 0x775BC1) is known color: Slate Blue. HEX triplet: 77, 5B and C1. RGB value is (119,91,193). Sum of RGB (Red+Green+Blue) = 119+91+193=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #775BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775BC1 is #88A43E. Grayscale: #6E6E6E. Windows color (decimal): -8954943 or 12671863. OLE color: 12671863.
HSL color Cylindrical-coordinate representation of color #775BC1: hue angle of 256.47º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #775BC1 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 91 | 193 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.24 |
| HSL | 256.47º | 0.45% | 0.56% | - |
| HSV(B) | 256.47º | 0.53% | 0.76% | - |
| XYZ | 20.97 | 15.25 | 52.29 | - |
| YUV | 111 | 174.28 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 91 | 193 | 0.38 | 0.53 | 0 | 0.24 | 256.47 | 0.45 | 0.56 |
| Hex | 77 | 5B | C1 | 26 | 35 | 0 | 18 | 100 | 2D | 38 |
| Octal | 167 | 133 | 301 | 46 | 65 | 0 | 30 | 400 | 55 | 70 |
| Binary | 1110111 | 1011011 | 11000001 | 100110 | 110101 | 0 | 11000 | 100000000 | 101101 | 111000 |
Color Harmonies of #775BC1
Complementary color
Monochromatic Colors of #775BC1
Black with #775BC1
Text Example
Text Example
White with #775BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775BC1; }
p { color: rgb(119,91,193); }
H1.HeaderClassName
{
color: #775BC1;
}
.AnyTagClassName
{
color: #775BC1;
}
</style>
background-color css
<style>
a { background-color: #775BC1; }
a { background-color: rgb(119,91,193); }
div.DivClassName
{
background-color: #775BC1;
}
.BgClassName
{
background-color: #775BC1;
}
</style>
border-color css
<style>
span { border-color: #775BC1; }
span { border-color: rgb(119,91,193); }
td.TdClassName
{
border-color: #775BC1;
}
.TagClassName
{
border-color: #775BC1;
}
</style>