Shades of Slate Blue #755CCB
Tints of Slate Blue #755CCB
RGB
CMYK
RGB Variations
Color information
#755CCB (or 0x755CCB) is known color: Slate Blue. HEX triplet: 75, 5C and CB. RGB value is (117,92,203). Sum of RGB (Red+Green+Blue) = 117+92+203=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #755CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CCB is #8AA334. Grayscale: #6F6F6F. Windows color (decimal): -9085749 or 13327477. OLE color: 13327477.
HSL color Cylindrical-coordinate representation of color #755CCB: hue angle of 253.51º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #755CCB is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 92 | 203 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.20 |
| HSL | 253.51º | 0.52% | 0.58% | - |
| HSV(B) | 253.51º | 0.55% | 0.8% | - |
| XYZ | 21.94 | 15.75 | 58.38 | - |
| YUV | 112.13 | 179.28 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 203 | 0.42 | 0.55 | 0 | 0.20 | 253.51 | 0.52 | 0.58 |
| Hex | 75 | 5C | CB | 2A | 37 | 0 | 14 | FE | 34 | 3A |
| Octal | 165 | 134 | 313 | 52 | 67 | 0 | 24 | 376 | 64 | 72 |
| Binary | 1110101 | 1011100 | 11001011 | 101010 | 110111 | 0 | 10100 | 11111110 | 110100 | 111010 |
Color Harmonies of #755CCB
Complementary color
Monochromatic Colors of #755CCB
Black with #755CCB
Text Example
Text Example
White with #755CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755CCB; }
p { color: rgb(117,92,203); }
H1.HeaderClassName
{
color: #755CCB;
}
.AnyTagClassName
{
color: #755CCB;
}
</style>
background-color css
<style>
a { background-color: #755CCB; }
a { background-color: rgb(117,92,203); }
div.DivClassName
{
background-color: #755CCB;
}
.BgClassName
{
background-color: #755CCB;
}
</style>
border-color css
<style>
span { border-color: #755CCB; }
span { border-color: rgb(117,92,203); }
td.TdClassName
{
border-color: #755CCB;
}
.TagClassName
{
border-color: #755CCB;
}
</style>