Shades of Light Slate Blue #9152FA
Tints of Light Slate Blue #9152FA
RGB
CMYK
RGB Variations
Color information
#9152FA (or 0x9152FA) is known color: Light Slate Blue. HEX triplet: 91, 52 and FA. RGB value is (145,82,250). Sum of RGB (Red+Green+Blue) = 145+82+250=477 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.40% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #9152FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9152FA is #6EAD05. Grayscale: #777777. Windows color (decimal): -7253254 or 16405137. OLE color: 16405137.
HSL color Cylindrical-coordinate representation of color #9152FA: hue angle of 262.5º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9152FA is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 82 | 250 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.02 |
| HSL | 262.5º | 0.94% | 0.65% | - |
| HSV(B) | 262.5º | 0.67% | 0.98% | - |
| XYZ | 31.95 | 18.96 | 92.42 | - |
| YUV | 119.99 | 201.37 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 250 | 0.42 | 0.67 | 0 | 0.02 | 262.5 | 0.94 | 0.65 |
| Hex | 91 | 52 | FA | 2A | 43 | 0 | 2 | 106 | 5E | 41 |
| Octal | 221 | 122 | 372 | 52 | 103 | 0 | 2 | 406 | 136 | 101 |
| Binary | 10010001 | 1010010 | 11111010 | 101010 | 1000011 | 0 | 10 | 100000110 | 1011110 | 1000001 |
Color Harmonies of #9152FA
Complementary color
Monochromatic Colors of #9152FA
Black with #9152FA
Text Example
Text Example
White with #9152FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9152FA; }
p { color: rgb(145,82,250); }
H1.HeaderClassName
{
color: #9152FA;
}
.AnyTagClassName
{
color: #9152FA;
}
</style>
background-color css
<style>
a { background-color: #9152FA; }
a { background-color: rgb(145,82,250); }
div.DivClassName
{
background-color: #9152FA;
}
.BgClassName
{
background-color: #9152FA;
}
</style>
border-color css
<style>
span { border-color: #9152FA; }
span { border-color: rgb(145,82,250); }
td.TdClassName
{
border-color: #9152FA;
}
.TagClassName
{
border-color: #9152FA;
}
</style>