Shades of Light Slate Blue #8266FC
Tints of Light Slate Blue #8266FC
RGB
CMYK
RGB Variations
Color information
#8266FC (or 0x8266FC) is known color: Light Slate Blue. HEX triplet: 82, 66 and FC. RGB value is (130,102,252). Sum of RGB (Red+Green+Blue) = 130+102+252=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #8266FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8266FC is #7D9903. Grayscale: #7E7E7E. Windows color (decimal): -8231172 or 16541314. OLE color: 16541314.
HSL color Cylindrical-coordinate representation of color #8266FC: hue angle of 251.2º 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 #8266FC is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 102 | 252 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.01 |
| HSL | 251.2º | 0.96% | 0.69% | - |
| HSV(B) | 251.2º | 0.6% | 0.99% | - |
| XYZ | 31.53 | 21.28 | 94.54 | - |
| YUV | 127.47 | 198.28 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 252 | 0.48 | 0.60 | 0 | 0.01 | 251.2 | 0.96 | 0.69 |
| Hex | 82 | 66 | FC | 30 | 3C | 0 | 1 | FB | 60 | 45 |
| Octal | 202 | 146 | 374 | 60 | 74 | 0 | 1 | 373 | 140 | 105 |
| Binary | 10000010 | 1100110 | 11111100 | 110000 | 111100 | 0 | 1 | 11111011 | 1100000 | 1000101 |
Color Harmonies of #8266FC
Complementary color
Monochromatic Colors of #8266FC
Black with #8266FC
Text Example
Text Example
White with #8266FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8266FC; }
p { color: rgb(130,102,252); }
H1.HeaderClassName
{
color: #8266FC;
}
.AnyTagClassName
{
color: #8266FC;
}
</style>
background-color css
<style>
a { background-color: #8266FC; }
a { background-color: rgb(130,102,252); }
div.DivClassName
{
background-color: #8266FC;
}
.BgClassName
{
background-color: #8266FC;
}
</style>
border-color css
<style>
span { border-color: #8266FC; }
span { border-color: rgb(130,102,252); }
td.TdClassName
{
border-color: #8266FC;
}
.TagClassName
{
border-color: #8266FC;
}
</style>