Shades of Light Slate Blue #826FFB
Tints of Light Slate Blue #826FFB
RGB
CMYK
RGB Variations
Color information
#826FFB (or 0x826FFB) is known color: Light Slate Blue. HEX triplet: 82, 6F and FB. RGB value is (130,111,251). Sum of RGB (Red+Green+Blue) = 130+111+251=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #826FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826FFB is #7D9004. Grayscale: #848484. Windows color (decimal): -8228869 or 16478082. OLE color: 16478082.
HSL color Cylindrical-coordinate representation of color #826FFB: hue angle of 248.14º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #826FFB is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 111 | 251 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.02 |
| HSL | 248.14º | 0.95% | 0.71% | - |
| HSV(B) | 248.14º | 0.56% | 0.98% | - |
| XYZ | 32.3 | 23.08 | 94.02 | - |
| YUV | 132.64 | 194.79 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 251 | 0.48 | 0.56 | 0 | 0.02 | 248.14 | 0.95 | 0.71 |
| Hex | 82 | 6F | FB | 30 | 38 | 0 | 2 | F8 | 5F | 47 |
| Octal | 202 | 157 | 373 | 60 | 70 | 0 | 2 | 370 | 137 | 107 |
| Binary | 10000010 | 1101111 | 11111011 | 110000 | 111000 | 0 | 10 | 11111000 | 1011111 | 1000111 |
Color Harmonies of #826FFB
Complementary color
Monochromatic Colors of #826FFB
Black with #826FFB
Text Example
Text Example
White with #826FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826FFB; }
p { color: rgb(130,111,251); }
H1.HeaderClassName
{
color: #826FFB;
}
.AnyTagClassName
{
color: #826FFB;
}
</style>
background-color css
<style>
a { background-color: #826FFB; }
a { background-color: rgb(130,111,251); }
div.DivClassName
{
background-color: #826FFB;
}
.BgClassName
{
background-color: #826FFB;
}
</style>
border-color css
<style>
span { border-color: #826FFB; }
span { border-color: rgb(130,111,251); }
td.TdClassName
{
border-color: #826FFB;
}
.TagClassName
{
border-color: #826FFB;
}
</style>