Shades of Light Slate Blue #8185FE
Tints of Light Slate Blue #8185FE
RGB
CMYK
RGB Variations
Color information
#8185FE (or 0x8185FE) is known color: Light Slate Blue. HEX triplet: 81, 85 and FE. RGB value is (129,133,254). Sum of RGB (Red+Green+Blue) = 129+133+254=516 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #8185FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8185FE is #7E7A01. Grayscale: #919191. Windows color (decimal): -8288770 or 16680321. OLE color: 16680321.
HSL color Cylindrical-coordinate representation of color #8185FE: hue angle of 238.08º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8185FE is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 133 | 254 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.00 |
| HSL | 238.08º | 0.98% | 0.75% | - |
| HSV(B) | 238.08º | 0.49% | 1% | - |
| XYZ | 35.33 | 28.6 | 97.42 | - |
| YUV | 145.6 | 189.17 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 254 | 0.49 | 0.48 | 0 | 0.00 | 238.08 | 0.98 | 0.75 |
| Hex | 81 | 85 | FE | 31 | 30 | 0 | 0 | EE | 62 | 4B |
| Octal | 201 | 205 | 376 | 61 | 60 | 0 | 0 | 356 | 142 | 113 |
| Binary | 10000001 | 10000101 | 11111110 | 110001 | 110000 | 0 | 0 | 11101110 | 1100010 | 1001011 |
Color Harmonies of #8185FE
Complementary color
Monochromatic Colors of #8185FE
Black with #8185FE
Text Example
Text Example
White with #8185FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8185FE; }
p { color: rgb(129,133,254); }
H1.HeaderClassName
{
color: #8185FE;
}
.AnyTagClassName
{
color: #8185FE;
}
</style>
background-color css
<style>
a { background-color: #8185FE; }
a { background-color: rgb(129,133,254); }
div.DivClassName
{
background-color: #8185FE;
}
.BgClassName
{
background-color: #8185FE;
}
</style>
border-color css
<style>
span { border-color: #8185FE; }
span { border-color: rgb(129,133,254); }
td.TdClassName
{
border-color: #8185FE;
}
.TagClassName
{
border-color: #8185FE;
}
</style>