Shades of Light Slate Blue #8272FD
Tints of Light Slate Blue #8272FD
RGB
CMYK
RGB Variations
Color information
#8272FD (or 0x8272FD) is known color: Light Slate Blue. HEX triplet: 82, 72 and FD. RGB value is (130,114,253). Sum of RGB (Red+Green+Blue) = 130+114+253=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #8272FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8272FD is #7D8D02. Grayscale: #868686. Windows color (decimal): -8228099 or 16609922. OLE color: 16609922.
HSL color Cylindrical-coordinate representation of color #8272FD: hue angle of 246.91º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8272FD is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 114 | 253 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.01 |
| HSL | 246.91º | 0.97% | 0.72% | - |
| HSV(B) | 246.91º | 0.55% | 0.99% | - |
| XYZ | 32.95 | 23.87 | 95.8 | - |
| YUV | 134.63 | 194.8 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 253 | 0.49 | 0.55 | 0 | 0.01 | 246.91 | 0.97 | 0.72 |
| Hex | 82 | 72 | FD | 31 | 37 | 0 | 1 | F7 | 61 | 48 |
| Octal | 202 | 162 | 375 | 61 | 67 | 0 | 1 | 367 | 141 | 110 |
| Binary | 10000010 | 1110010 | 11111101 | 110001 | 110111 | 0 | 1 | 11110111 | 1100001 | 1001000 |
Color Harmonies of #8272FD
Complementary color
Monochromatic Colors of #8272FD
Black with #8272FD
Text Example
Text Example
White with #8272FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8272FD; }
p { color: rgb(130,114,253); }
H1.HeaderClassName
{
color: #8272FD;
}
.AnyTagClassName
{
color: #8272FD;
}
</style>
background-color css
<style>
a { background-color: #8272FD; }
a { background-color: rgb(130,114,253); }
div.DivClassName
{
background-color: #8272FD;
}
.BgClassName
{
background-color: #8272FD;
}
</style>
border-color css
<style>
span { border-color: #8272FD; }
span { border-color: rgb(130,114,253); }
td.TdClassName
{
border-color: #8272FD;
}
.TagClassName
{
border-color: #8272FD;
}
</style>