Shades of Light Slate Blue #8274FB
Tints of Light Slate Blue #8274FB
RGB
CMYK
RGB Variations
Color information
#8274FB (or 0x8274FB) is known color: Light Slate Blue. HEX triplet: 82, 74 and FB. RGB value is (130,116,251). Sum of RGB (Red+Green+Blue) = 130+116+251=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #8274FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8274FB is #7D8B04. Grayscale: #878787. Windows color (decimal): -8227589 or 16479362. OLE color: 16479362.
HSL color Cylindrical-coordinate representation of color #8274FB: hue angle of 246.22º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8274FB is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 116 | 251 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.02 |
| HSL | 246.22º | 0.94% | 0.72% | - |
| HSV(B) | 246.22º | 0.54% | 0.98% | - |
| XYZ | 32.86 | 24.2 | 94.21 | - |
| YUV | 135.58 | 193.14 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 251 | 0.48 | 0.54 | 0 | 0.02 | 246.22 | 0.94 | 0.72 |
| Hex | 82 | 74 | FB | 30 | 36 | 0 | 2 | F6 | 5E | 48 |
| Octal | 202 | 164 | 373 | 60 | 66 | 0 | 2 | 366 | 136 | 110 |
| Binary | 10000010 | 1110100 | 11111011 | 110000 | 110110 | 0 | 10 | 11110110 | 1011110 | 1001000 |
Color Harmonies of #8274FB
Complementary color
Monochromatic Colors of #8274FB
Black with #8274FB
Text Example
Text Example
White with #8274FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8274FB; }
p { color: rgb(130,116,251); }
H1.HeaderClassName
{
color: #8274FB;
}
.AnyTagClassName
{
color: #8274FB;
}
</style>
background-color css
<style>
a { background-color: #8274FB; }
a { background-color: rgb(130,116,251); }
div.DivClassName
{
background-color: #8274FB;
}
.BgClassName
{
background-color: #8274FB;
}
</style>
border-color css
<style>
span { border-color: #8274FB; }
span { border-color: rgb(130,116,251); }
td.TdClassName
{
border-color: #8274FB;
}
.TagClassName
{
border-color: #8274FB;
}
</style>