Shades of Light Slate Blue #8281F3
Tints of Light Slate Blue #8281F3
RGB
CMYK
RGB Variations
Color information
#8281F3 (or 0x8281F3) is known color: Light Slate Blue. HEX triplet: 82, 81 and F3. RGB value is (130,129,243). Sum of RGB (Red+Green+Blue) = 130+129+243=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #8281F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8281F3 is #7D7E0C. Grayscale: #8D8D8D. Windows color (decimal): -8224269 or 15958402. OLE color: 15958402.
HSL color Cylindrical-coordinate representation of color #8281F3: hue angle of 240.53º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8281F3 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 129 | 243 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.05 |
| HSL | 240.53º | 0.83% | 0.73% | - |
| HSV(B) | 240.53º | 0.47% | 0.95% | - |
| XYZ | 33.23 | 26.92 | 88.24 | - |
| YUV | 142.3 | 184.83 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 243 | 0.47 | 0.47 | 0 | 0.05 | 240.53 | 0.83 | 0.73 |
| Hex | 82 | 81 | F3 | 2F | 2F | 0 | 5 | F1 | 53 | 49 |
| Octal | 202 | 201 | 363 | 57 | 57 | 0 | 5 | 361 | 123 | 111 |
| Binary | 10000010 | 10000001 | 11110011 | 101111 | 101111 | 0 | 101 | 11110001 | 1010011 | 1001001 |
Color Harmonies of #8281F3
Complementary color
Monochromatic Colors of #8281F3
Black with #8281F3
Text Example
Text Example
White with #8281F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8281F3; }
p { color: rgb(130,129,243); }
H1.HeaderClassName
{
color: #8281F3;
}
.AnyTagClassName
{
color: #8281F3;
}
</style>
background-color css
<style>
a { background-color: #8281F3; }
a { background-color: rgb(130,129,243); }
div.DivClassName
{
background-color: #8281F3;
}
.BgClassName
{
background-color: #8281F3;
}
</style>
border-color css
<style>
span { border-color: #8281F3; }
span { border-color: rgb(130,129,243); }
td.TdClassName
{
border-color: #8281F3;
}
.TagClassName
{
border-color: #8281F3;
}
</style>