Shades of Light Slate Blue #8088FF
Tints of Light Slate Blue #8088FF
RGB
CMYK
RGB Variations
Color information
#8088FF (or 0x8088FF) is known color: Light Slate Blue. HEX triplet: 80, 88 and FF. RGB value is (128,136,255). Sum of RGB (Red+Green+Blue) = 128+136+255=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #8088FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8088FF is #7F7700. Grayscale: #929292. Windows color (decimal): -8353537 or 16746624. OLE color: 16746624.
HSL color Cylindrical-coordinate representation of color #8088FF: hue angle of 236.22º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8088FF is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 136 | 255 | - |
| CMYK | 0.50 | 0.47 | 0 | 0 |
| HSL | 236.22º | 1% | 0.75% | - |
| HSV(B) | 236.22º | 0.5% | 1% | - |
| XYZ | 35.76 | 29.42 | 98.4 | - |
| YUV | 147.17 | 188.85 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 255 | 0.50 | 0.47 | 0 | 0 | 236.22 | 1 | 0.75 |
| Hex | 80 | 88 | FF | 32 | 2F | 0 | 0 | EC | 64 | 4B |
| Octal | 200 | 210 | 377 | 62 | 57 | 0 | 0 | 354 | 144 | 113 |
| Binary | 10000000 | 10001000 | 11111111 | 110010 | 101111 | 0 | 0 | 11101100 | 1100100 | 1001011 |
Color Harmonies of #8088FF
Complementary color
Monochromatic Colors of #8088FF
Black with #8088FF
Text Example
Text Example
White with #8088FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8088FF; }
p { color: rgb(128,136,255); }
H1.HeaderClassName
{
color: #8088FF;
}
.AnyTagClassName
{
color: #8088FF;
}
</style>
background-color css
<style>
a { background-color: #8088FF; }
a { background-color: rgb(128,136,255); }
div.DivClassName
{
background-color: #8088FF;
}
.BgClassName
{
background-color: #8088FF;
}
</style>
border-color css
<style>
span { border-color: #8088FF; }
span { border-color: rgb(128,136,255); }
td.TdClassName
{
border-color: #8088FF;
}
.TagClassName
{
border-color: #8088FF;
}
</style>