Shades of Light Slate Blue #8260FC
Tints of Light Slate Blue #8260FC
RGB
CMYK
RGB Variations
Color information
#8260FC (or 0x8260FC) is known color: Light Slate Blue. HEX triplet: 82, 60 and FC. RGB value is (130,96,252). Sum of RGB (Red+Green+Blue) = 130+96+252=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #8260FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8260FC is #7D9F03. Grayscale: #7B7B7B. Windows color (decimal): -8232708 or 16539778. OLE color: 16539778.
HSL color Cylindrical-coordinate representation of color #8260FC: hue angle of 253.08º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8260FC is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 96 | 252 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.01 |
| HSL | 253.08º | 0.96% | 0.68% | - |
| HSV(B) | 253.08º | 0.62% | 0.99% | - |
| XYZ | 30.96 | 20.14 | 94.35 | - |
| YUV | 123.95 | 200.26 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 252 | 0.48 | 0.62 | 0 | 0.01 | 253.08 | 0.96 | 0.68 |
| Hex | 82 | 60 | FC | 30 | 3E | 0 | 1 | FD | 60 | 44 |
| Octal | 202 | 140 | 374 | 60 | 76 | 0 | 1 | 375 | 140 | 104 |
| Binary | 10000010 | 1100000 | 11111100 | 110000 | 111110 | 0 | 1 | 11111101 | 1100000 | 1000100 |
Color Harmonies of #8260FC
Complementary color
Monochromatic Colors of #8260FC
Black with #8260FC
Text Example
Text Example
White with #8260FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8260FC; }
p { color: rgb(130,96,252); }
H1.HeaderClassName
{
color: #8260FC;
}
.AnyTagClassName
{
color: #8260FC;
}
</style>
background-color css
<style>
a { background-color: #8260FC; }
a { background-color: rgb(130,96,252); }
div.DivClassName
{
background-color: #8260FC;
}
.BgClassName
{
background-color: #8260FC;
}
</style>
border-color css
<style>
span { border-color: #8260FC; }
span { border-color: rgb(130,96,252); }
td.TdClassName
{
border-color: #8260FC;
}
.TagClassName
{
border-color: #8260FC;
}
</style>