Shades of Light Slate Blue #8283FB
Tints of Light Slate Blue #8283FB
RGB
CMYK
RGB Variations
Color information
#8283FB (or 0x8283FB) is known color: Light Slate Blue. HEX triplet: 82, 83 and FB. RGB value is (130,131,251). Sum of RGB (Red+Green+Blue) = 130+131+251=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #8283FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8283FB is #7D7C04. Grayscale: #8F8F8F. Windows color (decimal): -8223749 or 16483202. OLE color: 16483202.
HSL color Cylindrical-coordinate representation of color #8283FB: hue angle of 239.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8283FB is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 131 | 251 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.02 |
| HSL | 239.5º | 0.94% | 0.75% | - |
| HSV(B) | 239.5º | 0.48% | 0.98% | - |
| XYZ | 34.73 | 27.94 | 94.83 | - |
| YUV | 144.38 | 188.17 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 131 | 251 | 0.48 | 0.48 | 0 | 0.02 | 239.5 | 0.94 | 0.75 |
| Hex | 82 | 83 | FB | 30 | 30 | 0 | 2 | F0 | 5E | 4B |
| Octal | 202 | 203 | 373 | 60 | 60 | 0 | 2 | 360 | 136 | 113 |
| Binary | 10000010 | 10000011 | 11111011 | 110000 | 110000 | 0 | 10 | 11110000 | 1011110 | 1001011 |
Color Harmonies of #8283FB
Complementary color
Monochromatic Colors of #8283FB
Black with #8283FB
Text Example
Text Example
White with #8283FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8283FB; }
p { color: rgb(130,131,251); }
H1.HeaderClassName
{
color: #8283FB;
}
.AnyTagClassName
{
color: #8283FB;
}
</style>
background-color css
<style>
a { background-color: #8283FB; }
a { background-color: rgb(130,131,251); }
div.DivClassName
{
background-color: #8283FB;
}
.BgClassName
{
background-color: #8283FB;
}
</style>
border-color css
<style>
span { border-color: #8283FB; }
span { border-color: rgb(130,131,251); }
td.TdClassName
{
border-color: #8283FB;
}
.TagClassName
{
border-color: #8283FB;
}
</style>