Shades of Slate Blue #775DCB
Tints of Slate Blue #775DCB
RGB
CMYK
RGB Variations
Color information
#775DCB (or 0x775DCB) is known color: Slate Blue. HEX triplet: 77, 5D and CB. RGB value is (119,93,203). Sum of RGB (Red+Green+Blue) = 119+93+203=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #775DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775DCB is #88A234. Grayscale: #707070. Windows color (decimal): -8954421 or 13327735. OLE color: 13327735.
HSL color Cylindrical-coordinate representation of color #775DCB: hue angle of 254.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #775DCB is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 93 | 203 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.20 |
| HSL | 254.18º | 0.51% | 0.58% | - |
| HSV(B) | 254.18º | 0.54% | 0.8% | - |
| XYZ | 22.3 | 16.06 | 58.42 | - |
| YUV | 113.31 | 178.61 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 203 | 0.41 | 0.54 | 0 | 0.20 | 254.18 | 0.51 | 0.58 |
| Hex | 77 | 5D | CB | 29 | 36 | 0 | 14 | FE | 33 | 3A |
| Octal | 167 | 135 | 313 | 51 | 66 | 0 | 24 | 376 | 63 | 72 |
| Binary | 1110111 | 1011101 | 11001011 | 101001 | 110110 | 0 | 10100 | 11111110 | 110011 | 111010 |
Color Harmonies of #775DCB
Complementary color
Monochromatic Colors of #775DCB
Black with #775DCB
Text Example
Text Example
White with #775DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775DCB; }
p { color: rgb(119,93,203); }
H1.HeaderClassName
{
color: #775DCB;
}
.AnyTagClassName
{
color: #775DCB;
}
</style>
background-color css
<style>
a { background-color: #775DCB; }
a { background-color: rgb(119,93,203); }
div.DivClassName
{
background-color: #775DCB;
}
.BgClassName
{
background-color: #775DCB;
}
</style>
border-color css
<style>
span { border-color: #775DCB; }
span { border-color: rgb(119,93,203); }
td.TdClassName
{
border-color: #775DCB;
}
.TagClassName
{
border-color: #775DCB;
}
</style>