Shades of Light Slate Blue #8066FE
Tints of Light Slate Blue #8066FE
RGB
CMYK
RGB Variations
Color information
#8066FE (or 0x8066FE) is known color: Light Slate Blue. HEX triplet: 80, 66 and FE. RGB value is (128,102,254). Sum of RGB (Red+Green+Blue) = 128+102+254=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #8066FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8066FE is #7F9901. Grayscale: #7E7E7E. Windows color (decimal): -8362242 or 16672384. OLE color: 16672384.
HSL color Cylindrical-coordinate representation of color #8066FE: hue angle of 250.26º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8066FE is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 102 | 254 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.00 |
| HSL | 250.26º | 0.99% | 0.7% | - |
| HSV(B) | 250.26º | 0.6% | 1% | - |
| XYZ | 31.54 | 21.25 | 96.2 | - |
| YUV | 127.1 | 199.61 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 254 | 0.50 | 0.60 | 0 | 0.00 | 250.26 | 0.99 | 0.7 |
| Hex | 80 | 66 | FE | 32 | 3C | 0 | 0 | FA | 63 | 46 |
| Octal | 200 | 146 | 376 | 62 | 74 | 0 | 0 | 372 | 143 | 106 |
| Binary | 10000000 | 1100110 | 11111110 | 110010 | 111100 | 0 | 0 | 11111010 | 1100011 | 1000110 |
Color Harmonies of #8066FE
Complementary color
Monochromatic Colors of #8066FE
Black with #8066FE
Text Example
Text Example
White with #8066FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8066FE; }
p { color: rgb(128,102,254); }
H1.HeaderClassName
{
color: #8066FE;
}
.AnyTagClassName
{
color: #8066FE;
}
</style>
background-color css
<style>
a { background-color: #8066FE; }
a { background-color: rgb(128,102,254); }
div.DivClassName
{
background-color: #8066FE;
}
.BgClassName
{
background-color: #8066FE;
}
</style>
border-color css
<style>
span { border-color: #8066FE; }
span { border-color: rgb(128,102,254); }
td.TdClassName
{
border-color: #8066FE;
}
.TagClassName
{
border-color: #8066FE;
}
</style>