Shades of Light Slate Blue #8262FA
Tints of Light Slate Blue #8262FA
RGB
CMYK
RGB Variations
Color information
#8262FA (or 0x8262FA) is known color: Light Slate Blue. HEX triplet: 82, 62 and FA. RGB value is (130,98,250). Sum of RGB (Red+Green+Blue) = 130+98+250=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #8262FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8262FA is #7D9D05. Grayscale: #7C7C7C. Windows color (decimal): -8232198 or 16409218. OLE color: 16409218.
HSL color Cylindrical-coordinate representation of color #8262FA: hue angle of 252.63º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8262FA is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 98 | 250 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.02 |
| HSL | 252.63º | 0.94% | 0.68% | - |
| HSV(B) | 252.63º | 0.61% | 0.98% | - |
| XYZ | 30.83 | 20.38 | 92.75 | - |
| YUV | 124.9 | 198.6 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 250 | 0.48 | 0.61 | 0 | 0.02 | 252.63 | 0.94 | 0.68 |
| Hex | 82 | 62 | FA | 30 | 3D | 0 | 2 | FD | 5E | 44 |
| Octal | 202 | 142 | 372 | 60 | 75 | 0 | 2 | 375 | 136 | 104 |
| Binary | 10000010 | 1100010 | 11111010 | 110000 | 111101 | 0 | 10 | 11111101 | 1011110 | 1000100 |
Color Harmonies of #8262FA
Complementary color
Monochromatic Colors of #8262FA
Black with #8262FA
Text Example
Text Example
White with #8262FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8262FA; }
p { color: rgb(130,98,250); }
H1.HeaderClassName
{
color: #8262FA;
}
.AnyTagClassName
{
color: #8262FA;
}
</style>
background-color css
<style>
a { background-color: #8262FA; }
a { background-color: rgb(130,98,250); }
div.DivClassName
{
background-color: #8262FA;
}
.BgClassName
{
background-color: #8262FA;
}
</style>
border-color css
<style>
span { border-color: #8262FA; }
span { border-color: rgb(130,98,250); }
td.TdClassName
{
border-color: #8262FA;
}
.TagClassName
{
border-color: #8262FA;
}
</style>