Shades of Light Slate Blue #827BFD
Tints of Light Slate Blue #827BFD
RGB
CMYK
RGB Variations
Color information
#827BFD (or 0x827BFD) is known color: Light Slate Blue. HEX triplet: 82, 7B and FD. RGB value is (130,123,253). Sum of RGB (Red+Green+Blue) = 130+123+253=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #827BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827BFD is #7D8402. Grayscale: #8B8B8B. Windows color (decimal): -8225795 or 16612226. OLE color: 16612226.
HSL color Cylindrical-coordinate representation of color #827BFD: hue angle of 243.23º degrees, saturation: 0.97, 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 #827BFD is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 123 | 253 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.01 |
| HSL | 243.23º | 0.97% | 0.74% | - |
| HSV(B) | 243.23º | 0.51% | 0.99% | - |
| XYZ | 34.02 | 26 | 96.15 | - |
| YUV | 139.91 | 191.82 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 253 | 0.49 | 0.51 | 0 | 0.01 | 243.23 | 0.97 | 0.74 |
| Hex | 82 | 7B | FD | 31 | 33 | 0 | 1 | F3 | 61 | 4A |
| Octal | 202 | 173 | 375 | 61 | 63 | 0 | 1 | 363 | 141 | 112 |
| Binary | 10000010 | 1111011 | 11111101 | 110001 | 110011 | 0 | 1 | 11110011 | 1100001 | 1001010 |
Color Harmonies of #827BFD
Complementary color
Monochromatic Colors of #827BFD
Black with #827BFD
Text Example
Text Example
White with #827BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827BFD; }
p { color: rgb(130,123,253); }
H1.HeaderClassName
{
color: #827BFD;
}
.AnyTagClassName
{
color: #827BFD;
}
</style>
background-color css
<style>
a { background-color: #827BFD; }
a { background-color: rgb(130,123,253); }
div.DivClassName
{
background-color: #827BFD;
}
.BgClassName
{
background-color: #827BFD;
}
</style>
border-color css
<style>
span { border-color: #827BFD; }
span { border-color: rgb(130,123,253); }
td.TdClassName
{
border-color: #827BFD;
}
.TagClassName
{
border-color: #827BFD;
}
</style>