Shades of Light Slate Blue #9153FA
Tints of Light Slate Blue #9153FA
RGB
CMYK
RGB Variations
Color information
#9153FA (or 0x9153FA) is known color: Light Slate Blue. HEX triplet: 91, 53 and FA. RGB value is (145,83,250). Sum of RGB (Red+Green+Blue) = 145+83+250=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #9153FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9153FA is #6EAC05. Grayscale: #777777. Windows color (decimal): -7252998 or 16405393. OLE color: 16405393.
HSL color Cylindrical-coordinate representation of color #9153FA: hue angle of 262.28º 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 #9153FA is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 83 | 250 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.02 |
| HSL | 262.28º | 0.94% | 0.65% | - |
| HSV(B) | 262.28º | 0.67% | 0.98% | - |
| XYZ | 32.03 | 19.11 | 92.44 | - |
| YUV | 120.58 | 201.04 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 250 | 0.42 | 0.67 | 0 | 0.02 | 262.28 | 0.94 | 0.65 |
| Hex | 91 | 53 | FA | 2A | 43 | 0 | 2 | 106 | 5E | 41 |
| Octal | 221 | 123 | 372 | 52 | 103 | 0 | 2 | 406 | 136 | 101 |
| Binary | 10010001 | 1010011 | 11111010 | 101010 | 1000011 | 0 | 10 | 100000110 | 1011110 | 1000001 |
Color Harmonies of #9153FA
Complementary color
Monochromatic Colors of #9153FA
Black with #9153FA
Text Example
Text Example
White with #9153FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9153FA; }
p { color: rgb(145,83,250); }
H1.HeaderClassName
{
color: #9153FA;
}
.AnyTagClassName
{
color: #9153FA;
}
</style>
background-color css
<style>
a { background-color: #9153FA; }
a { background-color: rgb(145,83,250); }
div.DivClassName
{
background-color: #9153FA;
}
.BgClassName
{
background-color: #9153FA;
}
</style>
border-color css
<style>
span { border-color: #9153FA; }
span { border-color: rgb(145,83,250); }
td.TdClassName
{
border-color: #9153FA;
}
.TagClassName
{
border-color: #9153FA;
}
</style>