Shades of Light Slate Blue #828CFE
Tints of Light Slate Blue #828CFE
RGB
CMYK
RGB Variations
Color information
#828CFE (or 0x828CFE) is known color: Light Slate Blue. HEX triplet: 82, 8C and FE. RGB value is (130,140,254). Sum of RGB (Red+Green+Blue) = 130+140+254=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #828CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828CFE is #7D7301. Grayscale: #959595. Windows color (decimal): -8221442 or 16682114. OLE color: 16682114.
HSL color Cylindrical-coordinate representation of color #828CFE: hue angle of 235.16º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #828CFE is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 140 | 254 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.00 |
| HSL | 235.16º | 0.98% | 0.75% | - |
| HSV(B) | 235.16º | 0.49% | 1% | - |
| XYZ | 36.47 | 30.66 | 97.76 | - |
| YUV | 150.01 | 186.69 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 254 | 0.49 | 0.45 | 0 | 0.00 | 235.16 | 0.98 | 0.75 |
| Hex | 82 | 8C | FE | 31 | 2D | 0 | 0 | EB | 62 | 4B |
| Octal | 202 | 214 | 376 | 61 | 55 | 0 | 0 | 353 | 142 | 113 |
| Binary | 10000010 | 10001100 | 11111110 | 110001 | 101101 | 0 | 0 | 11101011 | 1100010 | 1001011 |
Color Harmonies of #828CFE
Complementary color
Monochromatic Colors of #828CFE
Black with #828CFE
Text Example
Text Example
White with #828CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828CFE; }
p { color: rgb(130,140,254); }
H1.HeaderClassName
{
color: #828CFE;
}
.AnyTagClassName
{
color: #828CFE;
}
</style>
background-color css
<style>
a { background-color: #828CFE; }
a { background-color: rgb(130,140,254); }
div.DivClassName
{
background-color: #828CFE;
}
.BgClassName
{
background-color: #828CFE;
}
</style>
border-color css
<style>
span { border-color: #828CFE; }
span { border-color: rgb(130,140,254); }
td.TdClassName
{
border-color: #828CFE;
}
.TagClassName
{
border-color: #828CFE;
}
</style>