Shades of Light Slate Blue #828FFE
Tints of Light Slate Blue #828FFE
RGB
CMYK
RGB Variations
Color information
#828FFE (or 0x828FFE) is known color: Light Slate Blue. HEX triplet: 82, 8F and FE. RGB value is (130,143,254). Sum of RGB (Red+Green+Blue) = 130+143+254=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #828FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828FFE is #7D7001. Grayscale: #979797. Windows color (decimal): -8220674 or 16682882. OLE color: 16682882.
HSL color Cylindrical-coordinate representation of color #828FFE: hue angle of 233.71º 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 #828FFE is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 143 | 254 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.00 |
| HSL | 233.71º | 0.98% | 0.75% | - |
| HSV(B) | 233.71º | 0.49% | 1% | - |
| XYZ | 36.92 | 31.55 | 97.91 | - |
| YUV | 151.77 | 185.69 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 254 | 0.49 | 0.44 | 0 | 0.00 | 233.71 | 0.98 | 0.75 |
| Hex | 82 | 8F | FE | 31 | 2C | 0 | 0 | EA | 62 | 4B |
| Octal | 202 | 217 | 376 | 61 | 54 | 0 | 0 | 352 | 142 | 113 |
| Binary | 10000010 | 10001111 | 11111110 | 110001 | 101100 | 0 | 0 | 11101010 | 1100010 | 1001011 |
Color Harmonies of #828FFE
Complementary color
Monochromatic Colors of #828FFE
Black with #828FFE
Text Example
Text Example
White with #828FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828FFE; }
p { color: rgb(130,143,254); }
H1.HeaderClassName
{
color: #828FFE;
}
.AnyTagClassName
{
color: #828FFE;
}
</style>
background-color css
<style>
a { background-color: #828FFE; }
a { background-color: rgb(130,143,254); }
div.DivClassName
{
background-color: #828FFE;
}
.BgClassName
{
background-color: #828FFE;
}
</style>
border-color css
<style>
span { border-color: #828FFE; }
span { border-color: rgb(130,143,254); }
td.TdClassName
{
border-color: #828FFE;
}
.TagClassName
{
border-color: #828FFE;
}
</style>