Shades of Slate Blue #775DC1
Tints of Slate Blue #775DC1
RGB
CMYK
RGB Variations
Color information
#775DC1 (or 0x775DC1) is known color: Slate Blue. HEX triplet: 77, 5D and C1. RGB value is (119,93,193). Sum of RGB (Red+Green+Blue) = 119+93+193=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 193 - color contains mainly: blue. Hex color #775DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775DC1 is #88A23E. Grayscale: #6F6F6F. Windows color (decimal): -8954431 or 12672375. OLE color: 12672375.
HSL color Cylindrical-coordinate representation of color #775DC1: hue angle of 255.6º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #775DC1 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 93 | 193 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.24 |
| HSL | 255.6º | 0.45% | 0.56% | - |
| HSV(B) | 255.6º | 0.52% | 0.76% | - |
| XYZ | 21.15 | 15.6 | 52.35 | - |
| YUV | 112.17 | 173.61 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 193 | 0.38 | 0.52 | 0 | 0.24 | 255.6 | 0.45 | 0.56 |
| Hex | 77 | 5D | C1 | 26 | 34 | 0 | 18 | 100 | 2D | 38 |
| Octal | 167 | 135 | 301 | 46 | 64 | 0 | 30 | 400 | 55 | 70 |
| Binary | 1110111 | 1011101 | 11000001 | 100110 | 110100 | 0 | 11000 | 100000000 | 101101 | 111000 |
Color Harmonies of #775DC1
Complementary color
Monochromatic Colors of #775DC1
Black with #775DC1
Text Example
Text Example
White with #775DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775DC1; }
p { color: rgb(119,93,193); }
H1.HeaderClassName
{
color: #775DC1;
}
.AnyTagClassName
{
color: #775DC1;
}
</style>
background-color css
<style>
a { background-color: #775DC1; }
a { background-color: rgb(119,93,193); }
div.DivClassName
{
background-color: #775DC1;
}
.BgClassName
{
background-color: #775DC1;
}
</style>
border-color css
<style>
span { border-color: #775DC1; }
span { border-color: rgb(119,93,193); }
td.TdClassName
{
border-color: #775DC1;
}
.TagClassName
{
border-color: #775DC1;
}
</style>