Shades of Slate Blue #7755CB
Tints of Slate Blue #7755CB
RGB
CMYK
RGB Variations
Color information
#7755CB (or 0x7755CB) is known color: Slate Blue. HEX triplet: 77, 55 and CB. RGB value is (119,85,203). Sum of RGB (Red+Green+Blue) = 119+85+203=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #7755CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7755CB is #88AA34. Grayscale: #6C6C6C. Windows color (decimal): -8956469 or 13325687. OLE color: 13325687.
HSL color Cylindrical-coordinate representation of color #7755CB: hue angle of 257.29º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7755CB is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 85 | 203 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.20 |
| HSL | 257.29º | 0.53% | 0.56% | - |
| HSV(B) | 257.29º | 0.58% | 0.8% | - |
| XYZ | 21.64 | 14.73 | 58.2 | - |
| YUV | 108.62 | 181.26 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 203 | 0.41 | 0.58 | 0 | 0.20 | 257.29 | 0.53 | 0.56 |
| Hex | 77 | 55 | CB | 29 | 3A | 0 | 14 | 101 | 35 | 38 |
| Octal | 167 | 125 | 313 | 51 | 72 | 0 | 24 | 401 | 65 | 70 |
| Binary | 1110111 | 1010101 | 11001011 | 101001 | 111010 | 0 | 10100 | 100000001 | 110101 | 111000 |
Color Harmonies of #7755CB
Complementary color
Monochromatic Colors of #7755CB
Black with #7755CB
Text Example
Text Example
White with #7755CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7755CB; }
p { color: rgb(119,85,203); }
H1.HeaderClassName
{
color: #7755CB;
}
.AnyTagClassName
{
color: #7755CB;
}
</style>
background-color css
<style>
a { background-color: #7755CB; }
a { background-color: rgb(119,85,203); }
div.DivClassName
{
background-color: #7755CB;
}
.BgClassName
{
background-color: #7755CB;
}
</style>
border-color css
<style>
span { border-color: #7755CB; }
span { border-color: rgb(119,85,203); }
td.TdClassName
{
border-color: #7755CB;
}
.TagClassName
{
border-color: #7755CB;
}
</style>