Shades of Light Slate Blue #827EEF
Tints of Light Slate Blue #827EEF
RGB
CMYK
RGB Variations
Color information
#827EEF (or 0x827EEF) is known color: Light Slate Blue. HEX triplet: 82, 7E and EF. RGB value is (130,126,239). Sum of RGB (Red+Green+Blue) = 130+126+239=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #827EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827EEF is #7D8110. Grayscale: #8B8B8B. Windows color (decimal): -8225041 or 15695490. OLE color: 15695490.
HSL color Cylindrical-coordinate representation of color #827EEF: hue angle of 242.12º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #827EEF is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 126 | 239 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.06 |
| HSL | 242.12º | 0.78% | 0.72% | - |
| HSV(B) | 242.12º | 0.47% | 0.94% | - |
| XYZ | 32.25 | 25.9 | 84.96 | - |
| YUV | 140.08 | 183.83 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 239 | 0.46 | 0.47 | 0 | 0.06 | 242.12 | 0.78 | 0.72 |
| Hex | 82 | 7E | EF | 2E | 2F | 0 | 6 | F2 | 4E | 48 |
| Octal | 202 | 176 | 357 | 56 | 57 | 0 | 6 | 362 | 116 | 110 |
| Binary | 10000010 | 1111110 | 11101111 | 101110 | 101111 | 0 | 110 | 11110010 | 1001110 | 1001000 |
Color Harmonies of #827EEF
Complementary color
Monochromatic Colors of #827EEF
Black with #827EEF
Text Example
Text Example
White with #827EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827EEF; }
p { color: rgb(130,126,239); }
H1.HeaderClassName
{
color: #827EEF;
}
.AnyTagClassName
{
color: #827EEF;
}
</style>
background-color css
<style>
a { background-color: #827EEF; }
a { background-color: rgb(130,126,239); }
div.DivClassName
{
background-color: #827EEF;
}
.BgClassName
{
background-color: #827EEF;
}
</style>
border-color css
<style>
span { border-color: #827EEF; }
span { border-color: rgb(130,126,239); }
td.TdClassName
{
border-color: #827EEF;
}
.TagClassName
{
border-color: #827EEF;
}
</style>