Shades of Slate Blue #705CCB
Tints of Slate Blue #705CCB
RGB
CMYK
RGB Variations
Color information
#705CCB (or 0x705CCB) is known color: Slate Blue. HEX triplet: 70, 5C and CB. RGB value is (112,92,203). Sum of RGB (Red+Green+Blue) = 112+92+203=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #705CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CCB is #8FA334. Grayscale: #6E6E6E. Windows color (decimal): -9413429 or 13327472. OLE color: 13327472.
HSL color Cylindrical-coordinate representation of color #705CCB: hue angle of 250.81º 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 #705CCB is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 92 | 203 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.20 |
| HSL | 250.81º | 0.52% | 0.58% | - |
| HSV(B) | 250.81º | 0.55% | 0.8% | - |
| XYZ | 21.29 | 15.41 | 58.35 | - |
| YUV | 110.63 | 180.13 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 203 | 0.45 | 0.55 | 0 | 0.20 | 250.81 | 0.52 | 0.58 |
| Hex | 70 | 5C | CB | 2D | 37 | 0 | 14 | FB | 34 | 3A |
| Octal | 160 | 134 | 313 | 55 | 67 | 0 | 24 | 373 | 64 | 72 |
| Binary | 1110000 | 1011100 | 11001011 | 101101 | 110111 | 0 | 10100 | 11111011 | 110100 | 111010 |
Color Harmonies of #705CCB
Complementary color
Monochromatic Colors of #705CCB
Black with #705CCB
Text Example
Text Example
White with #705CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705CCB; }
p { color: rgb(112,92,203); }
H1.HeaderClassName
{
color: #705CCB;
}
.AnyTagClassName
{
color: #705CCB;
}
</style>
background-color css
<style>
a { background-color: #705CCB; }
a { background-color: rgb(112,92,203); }
div.DivClassName
{
background-color: #705CCB;
}
.BgClassName
{
background-color: #705CCB;
}
</style>
border-color css
<style>
span { border-color: #705CCB; }
span { border-color: rgb(112,92,203); }
td.TdClassName
{
border-color: #705CCB;
}
.TagClassName
{
border-color: #705CCB;
}
</style>