Shades of Light Slate Blue #8575FA
Tints of Light Slate Blue #8575FA
RGB
CMYK
RGB Variations
Color information
#8575FA (or 0x8575FA) is known color: Light Slate Blue. HEX triplet: 85, 75 and FA. RGB value is (133,117,250). Sum of RGB (Red+Green+Blue) = 133+117+250=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #8575FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8575FA is #7A8A05. Grayscale: #888888. Windows color (decimal): -8030726 or 16414085. OLE color: 16414085.
HSL color Cylindrical-coordinate representation of color #8575FA: hue angle of 247.22º degrees, saturation: 0.93, 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 #8575FA is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 117 | 250 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.02 |
| HSL | 247.22º | 0.93% | 0.72% | - |
| HSV(B) | 247.22º | 0.53% | 0.98% | - |
| XYZ | 33.29 | 24.61 | 93.44 | - |
| YUV | 136.95 | 191.8 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 250 | 0.47 | 0.53 | 0 | 0.02 | 247.22 | 0.93 | 0.72 |
| Hex | 85 | 75 | FA | 2F | 35 | 0 | 2 | F7 | 5D | 48 |
| Octal | 205 | 165 | 372 | 57 | 65 | 0 | 2 | 367 | 135 | 110 |
| Binary | 10000101 | 1110101 | 11111010 | 101111 | 110101 | 0 | 10 | 11110111 | 1011101 | 1001000 |
Color Harmonies of #8575FA
Complementary color
Monochromatic Colors of #8575FA
Black with #8575FA
Text Example
Text Example
White with #8575FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8575FA; }
p { color: rgb(133,117,250); }
H1.HeaderClassName
{
color: #8575FA;
}
.AnyTagClassName
{
color: #8575FA;
}
</style>
background-color css
<style>
a { background-color: #8575FA; }
a { background-color: rgb(133,117,250); }
div.DivClassName
{
background-color: #8575FA;
}
.BgClassName
{
background-color: #8575FA;
}
</style>
border-color css
<style>
span { border-color: #8575FA; }
span { border-color: rgb(133,117,250); }
td.TdClassName
{
border-color: #8575FA;
}
.TagClassName
{
border-color: #8575FA;
}
</style>