Shades of Light Slate Blue #8185F1
Tints of Light Slate Blue #8185F1
RGB
CMYK
RGB Variations
Color information
#8185F1 (or 0x8185F1) is known color: Light Slate Blue. HEX triplet: 81, 85 and F1. RGB value is (129,133,241). Sum of RGB (Red+Green+Blue) = 129+133+241=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #8185F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8185F1 is #7E7A0E. Grayscale: #8F8F8F. Windows color (decimal): -8288783 or 15828353. OLE color: 15828353.
HSL color Cylindrical-coordinate representation of color #8185F1: hue angle of 237.86º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8185F1 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 133 | 241 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.05 |
| HSL | 237.86º | 0.8% | 0.73% | - |
| HSV(B) | 237.86º | 0.46% | 0.95% | - |
| XYZ | 33.32 | 27.79 | 86.83 | - |
| YUV | 144.12 | 182.67 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 241 | 0.46 | 0.45 | 0 | 0.05 | 237.86 | 0.8 | 0.73 |
| Hex | 81 | 85 | F1 | 2E | 2D | 0 | 5 | EE | 50 | 49 |
| Octal | 201 | 205 | 361 | 56 | 55 | 0 | 5 | 356 | 120 | 111 |
| Binary | 10000001 | 10000101 | 11110001 | 101110 | 101101 | 0 | 101 | 11101110 | 1010000 | 1001001 |
Color Harmonies of #8185F1
Complementary color
Monochromatic Colors of #8185F1
Black with #8185F1
Text Example
Text Example
White with #8185F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8185F1; }
p { color: rgb(129,133,241); }
H1.HeaderClassName
{
color: #8185F1;
}
.AnyTagClassName
{
color: #8185F1;
}
</style>
background-color css
<style>
a { background-color: #8185F1; }
a { background-color: rgb(129,133,241); }
div.DivClassName
{
background-color: #8185F1;
}
.BgClassName
{
background-color: #8185F1;
}
</style>
border-color css
<style>
span { border-color: #8185F1; }
span { border-color: rgb(129,133,241); }
td.TdClassName
{
border-color: #8185F1;
}
.TagClassName
{
border-color: #8185F1;
}
</style>