Shades of Light Slate Blue #827FFB
Tints of Light Slate Blue #827FFB
RGB
CMYK
RGB Variations
Color information
#827FFB (or 0x827FFB) is known color: Light Slate Blue. HEX triplet: 82, 7F and FB. RGB value is (130,127,251). Sum of RGB (Red+Green+Blue) = 130+127+251=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #827FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827FFB is #7D8004. Grayscale: #8D8D8D. Windows color (decimal): -8224773 or 16482178. OLE color: 16482178.
HSL color Cylindrical-coordinate representation of color #827FFB: hue angle of 241.45º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #827FFB is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 127 | 251 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.02 |
| HSL | 241.45º | 0.94% | 0.74% | - |
| HSV(B) | 241.45º | 0.49% | 0.98% | - |
| XYZ | 34.21 | 26.89 | 94.65 | - |
| YUV | 142.03 | 189.49 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 251 | 0.48 | 0.49 | 0 | 0.02 | 241.45 | 0.94 | 0.74 |
| Hex | 82 | 7F | FB | 30 | 31 | 0 | 2 | F1 | 5E | 4A |
| Octal | 202 | 177 | 373 | 60 | 61 | 0 | 2 | 361 | 136 | 112 |
| Binary | 10000010 | 1111111 | 11111011 | 110000 | 110001 | 0 | 10 | 11110001 | 1011110 | 1001010 |
Color Harmonies of #827FFB
Complementary color
Monochromatic Colors of #827FFB
Black with #827FFB
Text Example
Text Example
White with #827FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827FFB; }
p { color: rgb(130,127,251); }
H1.HeaderClassName
{
color: #827FFB;
}
.AnyTagClassName
{
color: #827FFB;
}
</style>
background-color css
<style>
a { background-color: #827FFB; }
a { background-color: rgb(130,127,251); }
div.DivClassName
{
background-color: #827FFB;
}
.BgClassName
{
background-color: #827FFB;
}
</style>
border-color css
<style>
span { border-color: #827FFB; }
span { border-color: rgb(130,127,251); }
td.TdClassName
{
border-color: #827FFB;
}
.TagClassName
{
border-color: #827FFB;
}
</style>