Shades of Medium Slate Blue #705CFB
Tints of Medium Slate Blue #705CFB
RGB
CMYK
RGB Variations
Color information
#705CFB (or 0x705CFB) is known color: Medium Slate Blue. HEX triplet: 70, 5C and FB. RGB value is (112,92,251). Sum of RGB (Red+Green+Blue) = 112+92+251=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #705CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705CFB is #8FA304. Grayscale: #737373. Windows color (decimal): -9413381 or 16473200. OLE color: 16473200.
HSL color Cylindrical-coordinate representation of color #705CFB: hue angle of 247.55º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #705CFB is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 92 | 251 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.02 |
| HSL | 247.55º | 0.95% | 0.67% | - |
| HSV(B) | 247.55º | 0.63% | 0.98% | - |
| XYZ | 27.92 | 18.06 | 93.28 | - |
| YUV | 116.11 | 204.13 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 251 | 0.55 | 0.63 | 0 | 0.02 | 247.55 | 0.95 | 0.67 |
| Hex | 70 | 5C | FB | 37 | 3F | 0 | 2 | F8 | 5F | 43 |
| Octal | 160 | 134 | 373 | 67 | 77 | 0 | 2 | 370 | 137 | 103 |
| Binary | 1110000 | 1011100 | 11111011 | 110111 | 111111 | 0 | 10 | 11111000 | 1011111 | 1000011 |
Color Harmonies of #705CFB
Complementary color
Monochromatic Colors of #705CFB
Black with #705CFB
Text Example
Text Example
White with #705CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705CFB; }
p { color: rgb(112,92,251); }
H1.HeaderClassName
{
color: #705CFB;
}
.AnyTagClassName
{
color: #705CFB;
}
</style>
background-color css
<style>
a { background-color: #705CFB; }
a { background-color: rgb(112,92,251); }
div.DivClassName
{
background-color: #705CFB;
}
.BgClassName
{
background-color: #705CFB;
}
</style>
border-color css
<style>
span { border-color: #705CFB; }
span { border-color: rgb(112,92,251); }
td.TdClassName
{
border-color: #705CFB;
}
.TagClassName
{
border-color: #705CFB;
}
</style>