Shades of Light Slate Blue #827EFB
Tints of Light Slate Blue #827EFB
RGB
CMYK
RGB Variations
Color information
#827EFB (or 0x827EFB) is known color: Light Slate Blue. HEX triplet: 82, 7E and FB. RGB value is (130,126,251). Sum of RGB (Red+Green+Blue) = 130+126+251=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #827EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827EFB is #7D8104. Grayscale: #8C8C8C. Windows color (decimal): -8225029 or 16481922. OLE color: 16481922.
HSL color Cylindrical-coordinate representation of color #827EFB: hue angle of 241.92º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #827EFB is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 126 | 251 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.02 |
| HSL | 241.92º | 0.94% | 0.74% | - |
| HSV(B) | 241.92º | 0.5% | 0.98% | - |
| XYZ | 34.08 | 26.63 | 94.61 | - |
| YUV | 141.45 | 189.83 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 251 | 0.48 | 0.50 | 0 | 0.02 | 241.92 | 0.94 | 0.74 |
| Hex | 82 | 7E | FB | 30 | 32 | 0 | 2 | F2 | 5E | 4A |
| Octal | 202 | 176 | 373 | 60 | 62 | 0 | 2 | 362 | 136 | 112 |
| Binary | 10000010 | 1111110 | 11111011 | 110000 | 110010 | 0 | 10 | 11110010 | 1011110 | 1001010 |
Color Harmonies of #827EFB
Complementary color
Monochromatic Colors of #827EFB
Black with #827EFB
Text Example
Text Example
White with #827EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827EFB; }
p { color: rgb(130,126,251); }
H1.HeaderClassName
{
color: #827EFB;
}
.AnyTagClassName
{
color: #827EFB;
}
</style>
background-color css
<style>
a { background-color: #827EFB; }
a { background-color: rgb(130,126,251); }
div.DivClassName
{
background-color: #827EFB;
}
.BgClassName
{
background-color: #827EFB;
}
</style>
border-color css
<style>
span { border-color: #827EFB; }
span { border-color: rgb(130,126,251); }
td.TdClassName
{
border-color: #827EFB;
}
.TagClassName
{
border-color: #827EFB;
}
</style>