Shades of Light Slate Blue #827EFC
Tints of Light Slate Blue #827EFC
RGB
CMYK
RGB Variations
Color information
#827EFC (or 0x827EFC) is known color: Light Slate Blue. HEX triplet: 82, 7E and FC. RGB value is (130,126,252). Sum of RGB (Red+Green+Blue) = 130+126+252=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #827EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827EFC is #7D8103. Grayscale: #8D8D8D. Windows color (decimal): -8225028 or 16547458. OLE color: 16547458.
HSL color Cylindrical-coordinate representation of color #827EFC: hue angle of 241.9º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #827EFC is Cyan = 0.48, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 126 | 252 | - |
| CMYK | 0.48 | 0.5 | 0 | 0.01 |
| HSL | 241.9º | 0.95% | 0.74% | - |
| HSV(B) | 241.9º | 0.5% | 0.99% | - |
| XYZ | 34.24 | 26.7 | 95.44 | - |
| YUV | 141.56 | 190.33 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 252 | 0.48 | 0.5 | 0 | 0.01 | 241.9 | 0.95 | 0.74 |
| Hex | 82 | 7E | FC | 30 | 32 | 0 | 1 | F2 | 5F | 4A |
| Octal | 202 | 176 | 374 | 60 | 62 | 0 | 1 | 362 | 137 | 112 |
| Binary | 10000010 | 1111110 | 11111100 | 110000 | 110010 | 0 | 1 | 11110010 | 1011111 | 1001010 |
Color Harmonies of #827EFC
Complementary color
Monochromatic Colors of #827EFC
Black with #827EFC
Text Example
Text Example
White with #827EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827EFC; }
p { color: rgb(130,126,252); }
H1.HeaderClassName
{
color: #827EFC;
}
.AnyTagClassName
{
color: #827EFC;
}
</style>
background-color css
<style>
a { background-color: #827EFC; }
a { background-color: rgb(130,126,252); }
div.DivClassName
{
background-color: #827EFC;
}
.BgClassName
{
background-color: #827EFC;
}
</style>
border-color css
<style>
span { border-color: #827EFC; }
span { border-color: rgb(130,126,252); }
td.TdClassName
{
border-color: #827EFC;
}
.TagClassName
{
border-color: #827EFC;
}
</style>