Shades of Light Slate Blue #8183F9
Tints of Light Slate Blue #8183F9
RGB
CMYK
RGB Variations
Color information
#8183F9 (or 0x8183F9) is known color: Light Slate Blue. HEX triplet: 81, 83 and F9. RGB value is (129,131,249). Sum of RGB (Red+Green+Blue) = 129+131+249=509 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.34% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #8183F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8183F9 is #7E7C06. Grayscale: #8F8F8F. Windows color (decimal): -8289287 or 16352129. OLE color: 16352129.
HSL color Cylindrical-coordinate representation of color #8183F9: hue angle of 239º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8183F9 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 131 | 249 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.02 |
| HSL | 239º | 0.91% | 0.74% | - |
| HSV(B) | 239º | 0.48% | 0.98% | - |
| XYZ | 34.27 | 27.74 | 93.17 | - |
| YUV | 143.85 | 187.34 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 131 | 249 | 0.48 | 0.47 | 0 | 0.02 | 239 | 0.91 | 0.74 |
| Hex | 81 | 83 | F9 | 30 | 2F | 0 | 2 | EF | 5B | 4A |
| Octal | 201 | 203 | 371 | 60 | 57 | 0 | 2 | 357 | 133 | 112 |
| Binary | 10000001 | 10000011 | 11111001 | 110000 | 101111 | 0 | 10 | 11101111 | 1011011 | 1001010 |
Color Harmonies of #8183F9
Complementary color
Monochromatic Colors of #8183F9
Black with #8183F9
Text Example
Text Example
White with #8183F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8183F9; }
p { color: rgb(129,131,249); }
H1.HeaderClassName
{
color: #8183F9;
}
.AnyTagClassName
{
color: #8183F9;
}
</style>
background-color css
<style>
a { background-color: #8183F9; }
a { background-color: rgb(129,131,249); }
div.DivClassName
{
background-color: #8183F9;
}
.BgClassName
{
background-color: #8183F9;
}
</style>
border-color css
<style>
span { border-color: #8183F9; }
span { border-color: rgb(129,131,249); }
td.TdClassName
{
border-color: #8183F9;
}
.TagClassName
{
border-color: #8183F9;
}
</style>