Shades of Light Slate Blue #828BFF
Tints of Light Slate Blue #828BFF
RGB
CMYK
RGB Variations
Color information
#828BFF (or 0x828BFF) is known color: Light Slate Blue. HEX triplet: 82, 8B and FF. RGB value is (130,139,255). Sum of RGB (Red+Green+Blue) = 130+139+255=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #828BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828BFF is #7D7400. Grayscale: #959595. Windows color (decimal): -8221697 or 16747394. OLE color: 16747394.
HSL color Cylindrical-coordinate representation of color #828BFF: hue angle of 235.68º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #828BFF is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 139 | 255 | - |
| CMYK | 0.49 | 0.45 | 0 | 0 |
| HSL | 235.68º | 1% | 0.75% | - |
| HSV(B) | 235.68º | 0.49% | 1% | - |
| XYZ | 36.49 | 30.43 | 98.56 | - |
| YUV | 149.53 | 187.52 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 255 | 0.49 | 0.45 | 0 | 0 | 235.68 | 1 | 0.75 |
| Hex | 82 | 8B | FF | 31 | 2D | 0 | 0 | EC | 64 | 4B |
| Octal | 202 | 213 | 377 | 61 | 55 | 0 | 0 | 354 | 144 | 113 |
| Binary | 10000010 | 10001011 | 11111111 | 110001 | 101101 | 0 | 0 | 11101100 | 1100100 | 1001011 |
Color Harmonies of #828BFF
Complementary color
Monochromatic Colors of #828BFF
Black with #828BFF
Text Example
Text Example
White with #828BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828BFF; }
p { color: rgb(130,139,255); }
H1.HeaderClassName
{
color: #828BFF;
}
.AnyTagClassName
{
color: #828BFF;
}
</style>
background-color css
<style>
a { background-color: #828BFF; }
a { background-color: rgb(130,139,255); }
div.DivClassName
{
background-color: #828BFF;
}
.BgClassName
{
background-color: #828BFF;
}
</style>
border-color css
<style>
span { border-color: #828BFF; }
span { border-color: rgb(130,139,255); }
td.TdClassName
{
border-color: #828BFF;
}
.TagClassName
{
border-color: #828BFF;
}
</style>