Shades of Light Slate Blue #8081F5
Tints of Light Slate Blue #8081F5
RGB
CMYK
RGB Variations
Color information
#8081F5 (or 0x8081F5) is known color: Light Slate Blue. HEX triplet: 80, 81 and F5. RGB value is (128,129,245). Sum of RGB (Red+Green+Blue) = 128+129+245=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #8081F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8081F5 is #7F7E0A. Grayscale: #8D8D8D. Windows color (decimal): -8355339 or 16089472. OLE color: 16089472.
HSL color Cylindrical-coordinate representation of color #8081F5: hue angle of 239.49º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8081F5 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 129 | 245 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.04 |
| HSL | 239.49º | 0.85% | 0.73% | - |
| HSV(B) | 239.49º | 0.48% | 0.96% | - |
| XYZ | 33.23 | 26.88 | 89.82 | - |
| YUV | 141.93 | 186.17 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 245 | 0.48 | 0.47 | 0 | 0.04 | 239.49 | 0.85 | 0.73 |
| Hex | 80 | 81 | F5 | 30 | 2F | 0 | 4 | EF | 55 | 49 |
| Octal | 200 | 201 | 365 | 60 | 57 | 0 | 4 | 357 | 125 | 111 |
| Binary | 10000000 | 10000001 | 11110101 | 110000 | 101111 | 0 | 100 | 11101111 | 1010101 | 1001001 |
Color Harmonies of #8081F5
Complementary color
Monochromatic Colors of #8081F5
Black with #8081F5
Text Example
Text Example
White with #8081F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8081F5; }
p { color: rgb(128,129,245); }
H1.HeaderClassName
{
color: #8081F5;
}
.AnyTagClassName
{
color: #8081F5;
}
</style>
background-color css
<style>
a { background-color: #8081F5; }
a { background-color: rgb(128,129,245); }
div.DivClassName
{
background-color: #8081F5;
}
.BgClassName
{
background-color: #8081F5;
}
</style>
border-color css
<style>
span { border-color: #8081F5; }
span { border-color: rgb(128,129,245); }
td.TdClassName
{
border-color: #8081F5;
}
.TagClassName
{
border-color: #8081F5;
}
</style>