Shades of Slate Blue #755CCF
Tints of Slate Blue #755CCF
RGB
CMYK
RGB Variations
Color information
#755CCF (or 0x755CCF) is known color: Slate Blue. HEX triplet: 75, 5C and CF. RGB value is (117,92,207). Sum of RGB (Red+Green+Blue) = 117+92+207=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #755CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CCF is #8AA330. Grayscale: #707070. Windows color (decimal): -9085745 or 13589621. OLE color: 13589621.
HSL color Cylindrical-coordinate representation of color #755CCF: hue angle of 253.04º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #755CCF is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 92 | 207 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.19 |
| HSL | 253.04º | 0.55% | 0.59% | - |
| HSV(B) | 253.04º | 0.56% | 0.81% | - |
| XYZ | 22.43 | 15.94 | 60.93 | - |
| YUV | 112.59 | 181.28 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 207 | 0.43 | 0.56 | 0 | 0.19 | 253.04 | 0.55 | 0.59 |
| Hex | 75 | 5C | CF | 2B | 38 | 0 | 13 | FD | 37 | 3B |
| Octal | 165 | 134 | 317 | 53 | 70 | 0 | 23 | 375 | 67 | 73 |
| Binary | 1110101 | 1011100 | 11001111 | 101011 | 111000 | 0 | 10011 | 11111101 | 110111 | 111011 |
Color Harmonies of #755CCF
Complementary color
Monochromatic Colors of #755CCF
Black with #755CCF
Text Example
Text Example
White with #755CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755CCF; }
p { color: rgb(117,92,207); }
H1.HeaderClassName
{
color: #755CCF;
}
.AnyTagClassName
{
color: #755CCF;
}
</style>
background-color css
<style>
a { background-color: #755CCF; }
a { background-color: rgb(117,92,207); }
div.DivClassName
{
background-color: #755CCF;
}
.BgClassName
{
background-color: #755CCF;
}
</style>
border-color css
<style>
span { border-color: #755CCF; }
span { border-color: rgb(117,92,207); }
td.TdClassName
{
border-color: #755CCF;
}
.TagClassName
{
border-color: #755CCF;
}
</style>