Shades of Light Slate Blue #8570F2
Tints of Light Slate Blue #8570F2
RGB
CMYK
RGB Variations
Color information
#8570F2 (or 0x8570F2) is known color: Light Slate Blue. HEX triplet: 85, 70 and F2. RGB value is (133,112,242). Sum of RGB (Red+Green+Blue) = 133+112+242=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #8570F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8570F2 is #7A8F0D. Grayscale: #848484. Windows color (decimal): -8032014 or 15888517. OLE color: 15888517.
HSL color Cylindrical-coordinate representation of color #8570F2: hue angle of 249.69º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8570F2 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 112 | 242 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.05 |
| HSL | 249.69º | 0.83% | 0.69% | - |
| HSV(B) | 249.69º | 0.54% | 0.95% | - |
| XYZ | 31.49 | 22.99 | 86.78 | - |
| YUV | 133.1 | 189.46 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 242 | 0.45 | 0.54 | 0 | 0.05 | 249.69 | 0.83 | 0.69 |
| Hex | 85 | 70 | F2 | 2D | 36 | 0 | 5 | FA | 53 | 45 |
| Octal | 205 | 160 | 362 | 55 | 66 | 0 | 5 | 372 | 123 | 105 |
| Binary | 10000101 | 1110000 | 11110010 | 101101 | 110110 | 0 | 101 | 11111010 | 1010011 | 1000101 |
Color Harmonies of #8570F2
Complementary color
Monochromatic Colors of #8570F2
Black with #8570F2
Text Example
Text Example
White with #8570F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8570F2; }
p { color: rgb(133,112,242); }
H1.HeaderClassName
{
color: #8570F2;
}
.AnyTagClassName
{
color: #8570F2;
}
</style>
background-color css
<style>
a { background-color: #8570F2; }
a { background-color: rgb(133,112,242); }
div.DivClassName
{
background-color: #8570F2;
}
.BgClassName
{
background-color: #8570F2;
}
</style>
border-color css
<style>
span { border-color: #8570F2; }
span { border-color: rgb(133,112,242); }
td.TdClassName
{
border-color: #8570F2;
}
.TagClassName
{
border-color: #8570F2;
}
</style>