Shades of Light Slate Blue #8066FC
Tints of Light Slate Blue #8066FC
RGB
CMYK
RGB Variations
Color information
#8066FC (or 0x8066FC) is known color: Light Slate Blue. HEX triplet: 80, 66 and FC. RGB value is (128,102,252). Sum of RGB (Red+Green+Blue) = 128+102+252=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #8066FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8066FC is #7F9903. Grayscale: #7E7E7E. Windows color (decimal): -8362244 or 16541312. OLE color: 16541312.
HSL color Cylindrical-coordinate representation of color #8066FC: hue angle of 250.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8066FC is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 102 | 252 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.01 |
| HSL | 250.4º | 0.96% | 0.69% | - |
| HSV(B) | 250.4º | 0.6% | 0.99% | - |
| XYZ | 31.22 | 21.12 | 94.53 | - |
| YUV | 126.87 | 198.61 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 252 | 0.49 | 0.60 | 0 | 0.01 | 250.4 | 0.96 | 0.69 |
| Hex | 80 | 66 | FC | 31 | 3C | 0 | 1 | FA | 60 | 45 |
| Octal | 200 | 146 | 374 | 61 | 74 | 0 | 1 | 372 | 140 | 105 |
| Binary | 10000000 | 1100110 | 11111100 | 110001 | 111100 | 0 | 1 | 11111010 | 1100000 | 1000101 |
Color Harmonies of #8066FC
Complementary color
Monochromatic Colors of #8066FC
Black with #8066FC
Text Example
Text Example
White with #8066FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8066FC; }
p { color: rgb(128,102,252); }
H1.HeaderClassName
{
color: #8066FC;
}
.AnyTagClassName
{
color: #8066FC;
}
</style>
background-color css
<style>
a { background-color: #8066FC; }
a { background-color: rgb(128,102,252); }
div.DivClassName
{
background-color: #8066FC;
}
.BgClassName
{
background-color: #8066FC;
}
</style>
border-color css
<style>
span { border-color: #8066FC; }
span { border-color: rgb(128,102,252); }
td.TdClassName
{
border-color: #8066FC;
}
.TagClassName
{
border-color: #8066FC;
}
</style>