Shades of Slate Blue #755ACB
Tints of Slate Blue #755ACB
RGB
CMYK
RGB Variations
Color information
#755ACB (or 0x755ACB) is known color: Slate Blue. HEX triplet: 75, 5A and CB. RGB value is (117,90,203). Sum of RGB (Red+Green+Blue) = 117+90+203=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #755ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ACB is #8AA534. Grayscale: #6E6E6E. Windows color (decimal): -9086261 or 13326965. OLE color: 13326965.
HSL color Cylindrical-coordinate representation of color #755ACB: hue angle of 254.34º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #755ACB is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 90 | 203 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.20 |
| HSL | 254.34º | 0.52% | 0.57% | - |
| HSV(B) | 254.34º | 0.56% | 0.8% | - |
| XYZ | 21.77 | 15.41 | 58.33 | - |
| YUV | 110.96 | 179.95 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 203 | 0.42 | 0.56 | 0 | 0.20 | 254.34 | 0.52 | 0.57 |
| Hex | 75 | 5A | CB | 2A | 38 | 0 | 14 | FE | 34 | 39 |
| Octal | 165 | 132 | 313 | 52 | 70 | 0 | 24 | 376 | 64 | 71 |
| Binary | 1110101 | 1011010 | 11001011 | 101010 | 111000 | 0 | 10100 | 11111110 | 110100 | 111001 |
Color Harmonies of #755ACB
Complementary color
Monochromatic Colors of #755ACB
Black with #755ACB
Text Example
Text Example
White with #755ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755ACB; }
p { color: rgb(117,90,203); }
H1.HeaderClassName
{
color: #755ACB;
}
.AnyTagClassName
{
color: #755ACB;
}
</style>
background-color css
<style>
a { background-color: #755ACB; }
a { background-color: rgb(117,90,203); }
div.DivClassName
{
background-color: #755ACB;
}
.BgClassName
{
background-color: #755ACB;
}
</style>
border-color css
<style>
span { border-color: #755ACB; }
span { border-color: rgb(117,90,203); }
td.TdClassName
{
border-color: #755ACB;
}
.TagClassName
{
border-color: #755ACB;
}
</style>