Shades of Light Slate Blue #8981F2
Tints of Light Slate Blue #8981F2
RGB
CMYK
RGB Variations
Color information
#8981F2 (or 0x8981F2) is known color: Light Slate Blue. HEX triplet: 89, 81 and F2. RGB value is (137,129,242). Sum of RGB (Red+Green+Blue) = 137+129+242=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #8981F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8981F2 is #767E0D. Grayscale: #8F8F8F. Windows color (decimal): -7765518 or 15892873. OLE color: 15892873.
HSL color Cylindrical-coordinate representation of color #8981F2: hue angle of 244.25º degrees, saturation: 0.81, 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 #8981F2 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 129 | 242 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.05 |
| HSL | 244.25º | 0.81% | 0.73% | - |
| HSV(B) | 244.25º | 0.47% | 0.95% | - |
| XYZ | 34.19 | 27.43 | 87.5 | - |
| YUV | 144.27 | 183.15 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 129 | 242 | 0.43 | 0.47 | 0 | 0.05 | 244.25 | 0.81 | 0.73 |
| Hex | 89 | 81 | F2 | 2B | 2F | 0 | 5 | F4 | 51 | 49 |
| Octal | 211 | 201 | 362 | 53 | 57 | 0 | 5 | 364 | 121 | 111 |
| Binary | 10001001 | 10000001 | 11110010 | 101011 | 101111 | 0 | 101 | 11110100 | 1010001 | 1001001 |
Color Harmonies of #8981F2
Complementary color
Monochromatic Colors of #8981F2
Black with #8981F2
Text Example
Text Example
White with #8981F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8981F2; }
p { color: rgb(137,129,242); }
H1.HeaderClassName
{
color: #8981F2;
}
.AnyTagClassName
{
color: #8981F2;
}
</style>
background-color css
<style>
a { background-color: #8981F2; }
a { background-color: rgb(137,129,242); }
div.DivClassName
{
background-color: #8981F2;
}
.BgClassName
{
background-color: #8981F2;
}
</style>
border-color css
<style>
span { border-color: #8981F2; }
span { border-color: rgb(137,129,242); }
td.TdClassName
{
border-color: #8981F2;
}
.TagClassName
{
border-color: #8981F2;
}
</style>