Shades of Light Slate Blue #8081FE
Tints of Light Slate Blue #8081FE
RGB
CMYK
RGB Variations
Color information
#8081FE (or 0x8081FE) is known color: Light Slate Blue. HEX triplet: 80, 81 and FE. RGB value is (128,129,254). Sum of RGB (Red+Green+Blue) = 128+129+254=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #8081FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8081FE is #7F7E01. Grayscale: #8E8E8E. Windows color (decimal): -8355330 or 16679296. OLE color: 16679296.
HSL color Cylindrical-coordinate representation of color #8081FE: hue angle of 239.52º 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 #8081FE is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 129 | 254 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.00 |
| HSL | 239.52º | 0.98% | 0.75% | - |
| HSV(B) | 239.52º | 0.5% | 1% | - |
| XYZ | 34.64 | 27.45 | 97.24 | - |
| YUV | 142.95 | 190.67 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 254 | 0.50 | 0.49 | 0 | 0.00 | 239.52 | 0.98 | 0.75 |
| Hex | 80 | 81 | FE | 32 | 31 | 0 | 0 | F0 | 62 | 4B |
| Octal | 200 | 201 | 376 | 62 | 61 | 0 | 0 | 360 | 142 | 113 |
| Binary | 10000000 | 10000001 | 11111110 | 110010 | 110001 | 0 | 0 | 11110000 | 1100010 | 1001011 |
Color Harmonies of #8081FE
Complementary color
Monochromatic Colors of #8081FE
Black with #8081FE
Text Example
Text Example
White with #8081FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8081FE; }
p { color: rgb(128,129,254); }
H1.HeaderClassName
{
color: #8081FE;
}
.AnyTagClassName
{
color: #8081FE;
}
</style>
background-color css
<style>
a { background-color: #8081FE; }
a { background-color: rgb(128,129,254); }
div.DivClassName
{
background-color: #8081FE;
}
.BgClassName
{
background-color: #8081FE;
}
</style>
border-color css
<style>
span { border-color: #8081FE; }
span { border-color: rgb(128,129,254); }
td.TdClassName
{
border-color: #8081FE;
}
.TagClassName
{
border-color: #8081FE;
}
</style>