Shades of Light Slate Blue #827DFC
Tints of Light Slate Blue #827DFC
RGB
CMYK
RGB Variations
Color information
#827DFC (or 0x827DFC) is known color: Light Slate Blue. HEX triplet: 82, 7D and FC. RGB value is (130,125,252). Sum of RGB (Red+Green+Blue) = 130+125+252=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #827DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827DFC is #7D8203. Grayscale: #8C8C8C. Windows color (decimal): -8225284 or 16547202. OLE color: 16547202.
HSL color Cylindrical-coordinate representation of color #827DFC: hue angle of 242.36º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #827DFC is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 125 | 252 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.01 |
| HSL | 242.36º | 0.95% | 0.74% | - |
| HSV(B) | 242.36º | 0.5% | 0.99% | - |
| XYZ | 34.11 | 26.44 | 95.4 | - |
| YUV | 140.97 | 190.66 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 252 | 0.48 | 0.50 | 0 | 0.01 | 242.36 | 0.95 | 0.74 |
| Hex | 82 | 7D | FC | 30 | 32 | 0 | 1 | F2 | 5F | 4A |
| Octal | 202 | 175 | 374 | 60 | 62 | 0 | 1 | 362 | 137 | 112 |
| Binary | 10000010 | 1111101 | 11111100 | 110000 | 110010 | 0 | 1 | 11110010 | 1011111 | 1001010 |
Color Harmonies of #827DFC
Complementary color
Monochromatic Colors of #827DFC
Black with #827DFC
Text Example
Text Example
White with #827DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827DFC; }
p { color: rgb(130,125,252); }
H1.HeaderClassName
{
color: #827DFC;
}
.AnyTagClassName
{
color: #827DFC;
}
</style>
background-color css
<style>
a { background-color: #827DFC; }
a { background-color: rgb(130,125,252); }
div.DivClassName
{
background-color: #827DFC;
}
.BgClassName
{
background-color: #827DFC;
}
</style>
border-color css
<style>
span { border-color: #827DFC; }
span { border-color: rgb(130,125,252); }
td.TdClassName
{
border-color: #827DFC;
}
.TagClassName
{
border-color: #827DFC;
}
</style>