Shades of Light Slate Blue #8085FE
Tints of Light Slate Blue #8085FE
RGB
CMYK
RGB Variations
Color information
#8085FE (or 0x8085FE) is known color: Light Slate Blue. HEX triplet: 80, 85 and FE. RGB value is (128,133,254). Sum of RGB (Red+Green+Blue) = 128+133+254=515 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.85% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #8085FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8085FE is #7F7A01. Grayscale: #909090. Windows color (decimal): -8354306 or 16680320. OLE color: 16680320.
HSL color Cylindrical-coordinate representation of color #8085FE: hue angle of 237.62º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8085FE is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 133 | 254 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.00 |
| HSL | 237.62º | 0.98% | 0.75% | - |
| HSV(B) | 237.62º | 0.5% | 1% | - |
| XYZ | 35.18 | 28.52 | 97.42 | - |
| YUV | 145.3 | 189.34 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 254 | 0.50 | 0.48 | 0 | 0.00 | 237.62 | 0.98 | 0.75 |
| Hex | 80 | 85 | FE | 32 | 30 | 0 | 0 | EE | 62 | 4B |
| Octal | 200 | 205 | 376 | 62 | 60 | 0 | 0 | 356 | 142 | 113 |
| Binary | 10000000 | 10000101 | 11111110 | 110010 | 110000 | 0 | 0 | 11101110 | 1100010 | 1001011 |
Color Harmonies of #8085FE
Complementary color
Monochromatic Colors of #8085FE
Black with #8085FE
Text Example
Text Example
White with #8085FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8085FE; }
p { color: rgb(128,133,254); }
H1.HeaderClassName
{
color: #8085FE;
}
.AnyTagClassName
{
color: #8085FE;
}
</style>
background-color css
<style>
a { background-color: #8085FE; }
a { background-color: rgb(128,133,254); }
div.DivClassName
{
background-color: #8085FE;
}
.BgClassName
{
background-color: #8085FE;
}
</style>
border-color css
<style>
span { border-color: #8085FE; }
span { border-color: rgb(128,133,254); }
td.TdClassName
{
border-color: #8085FE;
}
.TagClassName
{
border-color: #8085FE;
}
</style>