Shades of Slate Blue #756ACB
Tints of Slate Blue #756ACB
RGB
CMYK
RGB Variations
Color information
#756ACB (or 0x756ACB) is known color: Slate Blue. HEX triplet: 75, 6A and CB. RGB value is (117,106,203). Sum of RGB (Red+Green+Blue) = 117+106+203=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #756ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ACB is #8A9534. Grayscale: #777777. Windows color (decimal): -9082165 or 13331061. OLE color: 13331061.
HSL color Cylindrical-coordinate representation of color #756ACB: hue angle of 246.8º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #756ACB is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 106 | 203 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.20 |
| HSL | 246.8º | 0.48% | 0.61% | - |
| HSV(B) | 246.8º | 0.48% | 0.8% | - |
| XYZ | 23.27 | 18.4 | 58.83 | - |
| YUV | 120.35 | 174.64 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 203 | 0.42 | 0.48 | 0 | 0.20 | 246.8 | 0.48 | 0.61 |
| Hex | 75 | 6A | CB | 2A | 30 | 0 | 14 | F7 | 30 | 3D |
| Octal | 165 | 152 | 313 | 52 | 60 | 0 | 24 | 367 | 60 | 75 |
| Binary | 1110101 | 1101010 | 11001011 | 101010 | 110000 | 0 | 10100 | 11110111 | 110000 | 111101 |
Color Harmonies of #756ACB
Complementary color
Monochromatic Colors of #756ACB
Black with #756ACB
Text Example
Text Example
White with #756ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756ACB; }
p { color: rgb(117,106,203); }
H1.HeaderClassName
{
color: #756ACB;
}
.AnyTagClassName
{
color: #756ACB;
}
</style>
background-color css
<style>
a { background-color: #756ACB; }
a { background-color: rgb(117,106,203); }
div.DivClassName
{
background-color: #756ACB;
}
.BgClassName
{
background-color: #756ACB;
}
</style>
border-color css
<style>
span { border-color: #756ACB; }
span { border-color: rgb(117,106,203); }
td.TdClassName
{
border-color: #756ACB;
}
.TagClassName
{
border-color: #756ACB;
}
</style>