Shades of Light Slate Blue #8084FF
Tints of Light Slate Blue #8084FF
RGB
CMYK
RGB Variations
Color information
#8084FF (or 0x8084FF) is known color: Light Slate Blue. HEX triplet: 80, 84 and FF. RGB value is (128,132,255). Sum of RGB (Red+Green+Blue) = 128+132+255=515 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.85% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #8084FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8084FF is #7F7B00. Grayscale: #909090. Windows color (decimal): -8354561 or 16745600. OLE color: 16745600.
HSL color Cylindrical-coordinate representation of color #8084FF: hue angle of 238.11º 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 #8084FF is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 132 | 255 | - |
| CMYK | 0.50 | 0.48 | 0 | 0 |
| HSL | 238.11º | 1% | 0.75% | - |
| HSV(B) | 238.11º | 0.5% | 1% | - |
| XYZ | 35.2 | 28.31 | 98.22 | - |
| YUV | 144.83 | 190.17 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 255 | 0.50 | 0.48 | 0 | 0 | 238.11 | 1 | 0.75 |
| Hex | 80 | 84 | FF | 32 | 30 | 0 | 0 | EE | 64 | 4B |
| Octal | 200 | 204 | 377 | 62 | 60 | 0 | 0 | 356 | 144 | 113 |
| Binary | 10000000 | 10000100 | 11111111 | 110010 | 110000 | 0 | 0 | 11101110 | 1100100 | 1001011 |
Color Harmonies of #8084FF
Complementary color
Monochromatic Colors of #8084FF
Black with #8084FF
Text Example
Text Example
White with #8084FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8084FF; }
p { color: rgb(128,132,255); }
H1.HeaderClassName
{
color: #8084FF;
}
.AnyTagClassName
{
color: #8084FF;
}
</style>
background-color css
<style>
a { background-color: #8084FF; }
a { background-color: rgb(128,132,255); }
div.DivClassName
{
background-color: #8084FF;
}
.BgClassName
{
background-color: #8084FF;
}
</style>
border-color css
<style>
span { border-color: #8084FF; }
span { border-color: rgb(128,132,255); }
td.TdClassName
{
border-color: #8084FF;
}
.TagClassName
{
border-color: #8084FF;
}
</style>