Shades of Light Slate Blue #827CFC
Tints of Light Slate Blue #827CFC
RGB
CMYK
RGB Variations
Color information
#827CFC (or 0x827CFC) is known color: Light Slate Blue. HEX triplet: 82, 7C and FC. RGB value is (130,124,252). Sum of RGB (Red+Green+Blue) = 130+124+252=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #827CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827CFC is #7D8303. Grayscale: #8B8B8B. Windows color (decimal): -8225540 or 16546946. OLE color: 16546946.
HSL color Cylindrical-coordinate representation of color #827CFC: hue angle of 242.81º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #827CFC is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 124 | 252 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.01 |
| HSL | 242.81º | 0.96% | 0.74% | - |
| HSV(B) | 242.81º | 0.51% | 0.99% | - |
| XYZ | 33.98 | 26.19 | 95.36 | - |
| YUV | 140.39 | 190.99 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 252 | 0.48 | 0.51 | 0 | 0.01 | 242.81 | 0.96 | 0.74 |
| Hex | 82 | 7C | FC | 30 | 33 | 0 | 1 | F3 | 60 | 4A |
| Octal | 202 | 174 | 374 | 60 | 63 | 0 | 1 | 363 | 140 | 112 |
| Binary | 10000010 | 1111100 | 11111100 | 110000 | 110011 | 0 | 1 | 11110011 | 1100000 | 1001010 |
Color Harmonies of #827CFC
Complementary color
Monochromatic Colors of #827CFC
Black with #827CFC
Text Example
Text Example
White with #827CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827CFC; }
p { color: rgb(130,124,252); }
H1.HeaderClassName
{
color: #827CFC;
}
.AnyTagClassName
{
color: #827CFC;
}
</style>
background-color css
<style>
a { background-color: #827CFC; }
a { background-color: rgb(130,124,252); }
div.DivClassName
{
background-color: #827CFC;
}
.BgClassName
{
background-color: #827CFC;
}
</style>
border-color css
<style>
span { border-color: #827CFC; }
span { border-color: rgb(130,124,252); }
td.TdClassName
{
border-color: #827CFC;
}
.TagClassName
{
border-color: #827CFC;
}
</style>