Shades of Slate Blue #7750CB
Tints of Slate Blue #7750CB
RGB
CMYK
RGB Variations
Color information
#7750CB (or 0x7750CB) is known color: Slate Blue. HEX triplet: 77, 50 and CB. RGB value is (119,80,203). Sum of RGB (Red+Green+Blue) = 119+80+203=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #7750CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7750CB is #88AF34. Grayscale: #696969. Windows color (decimal): -8957749 or 13324407. OLE color: 13324407.
HSL color Cylindrical-coordinate representation of color #7750CB: hue angle of 259.02º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7750CB is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 80 | 203 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.20 |
| HSL | 259.02º | 0.54% | 0.55% | - |
| HSV(B) | 259.02º | 0.61% | 0.8% | - |
| XYZ | 21.26 | 13.97 | 58.08 | - |
| YUV | 105.68 | 182.92 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 80 | 203 | 0.41 | 0.61 | 0 | 0.20 | 259.02 | 0.54 | 0.55 |
| Hex | 77 | 50 | CB | 29 | 3D | 0 | 14 | 103 | 36 | 37 |
| Octal | 167 | 120 | 313 | 51 | 75 | 0 | 24 | 403 | 66 | 67 |
| Binary | 1110111 | 1010000 | 11001011 | 101001 | 111101 | 0 | 10100 | 100000011 | 110110 | 110111 |
Color Harmonies of #7750CB
Complementary color
Monochromatic Colors of #7750CB
Black with #7750CB
Text Example
Text Example
White with #7750CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7750CB; }
p { color: rgb(119,80,203); }
H1.HeaderClassName
{
color: #7750CB;
}
.AnyTagClassName
{
color: #7750CB;
}
</style>
background-color css
<style>
a { background-color: #7750CB; }
a { background-color: rgb(119,80,203); }
div.DivClassName
{
background-color: #7750CB;
}
.BgClassName
{
background-color: #7750CB;
}
</style>
border-color css
<style>
span { border-color: #7750CB; }
span { border-color: rgb(119,80,203); }
td.TdClassName
{
border-color: #7750CB;
}
.TagClassName
{
border-color: #7750CB;
}
</style>