Shades of Slate Blue #775CC1
Tints of Slate Blue #775CC1
RGB
CMYK
RGB Variations
Color information
#775CC1 (or 0x775CC1) is known color: Slate Blue. HEX triplet: 77, 5C and C1. RGB value is (119,92,193). Sum of RGB (Red+Green+Blue) = 119+92+193=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #775CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775CC1 is #88A33E. Grayscale: #6F6F6F. Windows color (decimal): -8954687 or 12672119. OLE color: 12672119.
HSL color Cylindrical-coordinate representation of color #775CC1: hue angle of 256.04º 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 #775CC1 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 92 | 193 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.24 |
| HSL | 256.04º | 0.45% | 0.56% | - |
| HSV(B) | 256.04º | 0.52% | 0.76% | - |
| XYZ | 21.06 | 15.43 | 52.32 | - |
| YUV | 111.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 193 | 0.38 | 0.52 | 0 | 0.24 | 256.04 | 0.45 | 0.56 |
| Hex | 77 | 5C | C1 | 26 | 34 | 0 | 18 | 100 | 2D | 38 |
| Octal | 167 | 134 | 301 | 46 | 64 | 0 | 30 | 400 | 55 | 70 |
| Binary | 1110111 | 1011100 | 11000001 | 100110 | 110100 | 0 | 11000 | 100000000 | 101101 | 111000 |
Color Harmonies of #775CC1
Complementary color
Monochromatic Colors of #775CC1
Black with #775CC1
Text Example
Text Example
White with #775CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775CC1; }
p { color: rgb(119,92,193); }
H1.HeaderClassName
{
color: #775CC1;
}
.AnyTagClassName
{
color: #775CC1;
}
</style>
background-color css
<style>
a { background-color: #775CC1; }
a { background-color: rgb(119,92,193); }
div.DivClassName
{
background-color: #775CC1;
}
.BgClassName
{
background-color: #775CC1;
}
</style>
border-color css
<style>
span { border-color: #775CC1; }
span { border-color: rgb(119,92,193); }
td.TdClassName
{
border-color: #775CC1;
}
.TagClassName
{
border-color: #775CC1;
}
</style>