Shades of Light Slate Blue #8575FB
Tints of Light Slate Blue #8575FB
RGB
CMYK
RGB Variations
Color information
#8575FB (or 0x8575FB) is known color: Light Slate Blue. HEX triplet: 85, 75 and FB. RGB value is (133,117,251). Sum of RGB (Red+Green+Blue) = 133+117+251=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #8575FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8575FB is #7A8A04. Grayscale: #888888. Windows color (decimal): -8030725 or 16479621. OLE color: 16479621.
HSL color Cylindrical-coordinate representation of color #8575FB: hue angle of 247.16º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8575FB is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 117 | 251 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.02 |
| HSL | 247.16º | 0.94% | 0.72% | - |
| HSV(B) | 247.16º | 0.53% | 0.98% | - |
| XYZ | 33.45 | 24.67 | 94.27 | - |
| YUV | 137.06 | 192.3 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 251 | 0.47 | 0.53 | 0 | 0.02 | 247.16 | 0.94 | 0.72 |
| Hex | 85 | 75 | FB | 2F | 35 | 0 | 2 | F7 | 5E | 48 |
| Octal | 205 | 165 | 373 | 57 | 65 | 0 | 2 | 367 | 136 | 110 |
| Binary | 10000101 | 1110101 | 11111011 | 101111 | 110101 | 0 | 10 | 11110111 | 1011110 | 1001000 |
Color Harmonies of #8575FB
Complementary color
Monochromatic Colors of #8575FB
Black with #8575FB
Text Example
Text Example
White with #8575FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8575FB; }
p { color: rgb(133,117,251); }
H1.HeaderClassName
{
color: #8575FB;
}
.AnyTagClassName
{
color: #8575FB;
}
</style>
background-color css
<style>
a { background-color: #8575FB; }
a { background-color: rgb(133,117,251); }
div.DivClassName
{
background-color: #8575FB;
}
.BgClassName
{
background-color: #8575FB;
}
</style>
border-color css
<style>
span { border-color: #8575FB; }
span { border-color: rgb(133,117,251); }
td.TdClassName
{
border-color: #8575FB;
}
.TagClassName
{
border-color: #8575FB;
}
</style>