Shades of Light Slate Blue #8581F6
Tints of Light Slate Blue #8581F6
RGB
CMYK
RGB Variations
Color information
#8581F6 (or 0x8581F6) is known color: Light Slate Blue. HEX triplet: 85, 81 and F6. RGB value is (133,129,246). Sum of RGB (Red+Green+Blue) = 133+129+246=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #8581F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8581F6 is #7A7E09. Grayscale: #8F8F8F. Windows color (decimal): -8027658 or 16155013. OLE color: 16155013.
HSL color Cylindrical-coordinate representation of color #8581F6: hue angle of 242.05º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8581F6 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 129 | 246 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.04 |
| HSL | 242.05º | 0.87% | 0.74% | - |
| HSV(B) | 242.05º | 0.48% | 0.96% | - |
| XYZ | 34.16 | 27.34 | 90.67 | - |
| YUV | 143.53 | 185.83 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 246 | 0.46 | 0.48 | 0 | 0.04 | 242.05 | 0.87 | 0.74 |
| Hex | 85 | 81 | F6 | 2E | 30 | 0 | 4 | F2 | 57 | 4A |
| Octal | 205 | 201 | 366 | 56 | 60 | 0 | 4 | 362 | 127 | 112 |
| Binary | 10000101 | 10000001 | 11110110 | 101110 | 110000 | 0 | 100 | 11110010 | 1010111 | 1001010 |
Color Harmonies of #8581F6
Complementary color
Monochromatic Colors of #8581F6
Black with #8581F6
Text Example
Text Example
White with #8581F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8581F6; }
p { color: rgb(133,129,246); }
H1.HeaderClassName
{
color: #8581F6;
}
.AnyTagClassName
{
color: #8581F6;
}
</style>
background-color css
<style>
a { background-color: #8581F6; }
a { background-color: rgb(133,129,246); }
div.DivClassName
{
background-color: #8581F6;
}
.BgClassName
{
background-color: #8581F6;
}
</style>
border-color css
<style>
span { border-color: #8581F6; }
span { border-color: rgb(133,129,246); }
td.TdClassName
{
border-color: #8581F6;
}
.TagClassName
{
border-color: #8581F6;
}
</style>