Shades of Light Slate Blue #8084F1
Tints of Light Slate Blue #8084F1
RGB
CMYK
RGB Variations
Color information
#8084F1 (or 0x8084F1) is known color: Light Slate Blue. HEX triplet: 80, 84 and F1. RGB value is (128,132,241). Sum of RGB (Red+Green+Blue) = 128+132+241=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #8084F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8084F1 is #7F7B0E. Grayscale: #8E8E8E. Windows color (decimal): -8354575 or 15828096. OLE color: 15828096.
HSL color Cylindrical-coordinate representation of color #8084F1: hue angle of 237.88º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8084F1 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 132 | 241 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.05 |
| HSL | 237.88º | 0.8% | 0.72% | - |
| HSV(B) | 237.88º | 0.47% | 0.95% | - |
| XYZ | 33.03 | 27.44 | 86.78 | - |
| YUV | 143.23 | 183.17 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 241 | 0.47 | 0.45 | 0 | 0.05 | 237.88 | 0.8 | 0.72 |
| Hex | 80 | 84 | F1 | 2F | 2D | 0 | 5 | EE | 50 | 48 |
| Octal | 200 | 204 | 361 | 57 | 55 | 0 | 5 | 356 | 120 | 110 |
| Binary | 10000000 | 10000100 | 11110001 | 101111 | 101101 | 0 | 101 | 11101110 | 1010000 | 1001000 |
Color Harmonies of #8084F1
Complementary color
Monochromatic Colors of #8084F1
Black with #8084F1
Text Example
Text Example
White with #8084F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8084F1; }
p { color: rgb(128,132,241); }
H1.HeaderClassName
{
color: #8084F1;
}
.AnyTagClassName
{
color: #8084F1;
}
</style>
background-color css
<style>
a { background-color: #8084F1; }
a { background-color: rgb(128,132,241); }
div.DivClassName
{
background-color: #8084F1;
}
.BgClassName
{
background-color: #8084F1;
}
</style>
border-color css
<style>
span { border-color: #8084F1; }
span { border-color: rgb(128,132,241); }
td.TdClassName
{
border-color: #8084F1;
}
.TagClassName
{
border-color: #8084F1;
}
</style>