Shades of Light Slate Blue #8972F2
Tints of Light Slate Blue #8972F2
RGB
CMYK
RGB Variations
Color information
#8972F2 (or 0x8972F2) is known color: Light Slate Blue. HEX triplet: 89, 72 and F2. RGB value is (137,114,242). Sum of RGB (Red+Green+Blue) = 137+114+242=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #8972F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8972F2 is #768D0D. Grayscale: #868686. Windows color (decimal): -7769358 or 15889033. OLE color: 15889033.
HSL color Cylindrical-coordinate representation of color #8972F2: hue angle of 250.78º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8972F2 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 114 | 242 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.05 |
| HSL | 250.78º | 0.83% | 0.7% | - |
| HSV(B) | 250.78º | 0.53% | 0.95% | - |
| XYZ | 32.36 | 23.76 | 86.89 | - |
| YUV | 135.47 | 188.12 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 114 | 242 | 0.43 | 0.53 | 0 | 0.05 | 250.78 | 0.83 | 0.7 |
| Hex | 89 | 72 | F2 | 2B | 35 | 0 | 5 | FB | 53 | 46 |
| Octal | 211 | 162 | 362 | 53 | 65 | 0 | 5 | 373 | 123 | 106 |
| Binary | 10001001 | 1110010 | 11110010 | 101011 | 110101 | 0 | 101 | 11111011 | 1010011 | 1000110 |
Color Harmonies of #8972F2
Complementary color
Monochromatic Colors of #8972F2
Black with #8972F2
Text Example
Text Example
White with #8972F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8972F2; }
p { color: rgb(137,114,242); }
H1.HeaderClassName
{
color: #8972F2;
}
.AnyTagClassName
{
color: #8972F2;
}
</style>
background-color css
<style>
a { background-color: #8972F2; }
a { background-color: rgb(137,114,242); }
div.DivClassName
{
background-color: #8972F2;
}
.BgClassName
{
background-color: #8972F2;
}
</style>
border-color css
<style>
span { border-color: #8972F2; }
span { border-color: rgb(137,114,242); }
td.TdClassName
{
border-color: #8972F2;
}
.TagClassName
{
border-color: #8972F2;
}
</style>