Shades of Light Slate Blue #9285FA
Tints of Light Slate Blue #9285FA
RGB
CMYK
RGB Variations
Color information
#9285FA (or 0x9285FA) is known color: Light Slate Blue. HEX triplet: 92, 85 and FA. RGB value is (146,133,250). Sum of RGB (Red+Green+Blue) = 146+133+250=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #9285FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9285FA is #6D7A05. Grayscale: #959595. Windows color (decimal): -7174662 or 16418194. OLE color: 16418194.
HSL color Cylindrical-coordinate representation of color #9285FA: hue angle of 246.67º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9285FA is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 133 | 250 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.02 |
| HSL | 246.67º | 0.92% | 0.75% | - |
| HSV(B) | 246.67º | 0.47% | 0.98% | - |
| XYZ | 37.5 | 29.79 | 94.22 | - |
| YUV | 150.23 | 184.31 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 250 | 0.42 | 0.47 | 0 | 0.02 | 246.67 | 0.92 | 0.75 |
| Hex | 92 | 85 | FA | 2A | 2F | 0 | 2 | F7 | 5C | 4B |
| Octal | 222 | 205 | 372 | 52 | 57 | 0 | 2 | 367 | 134 | 113 |
| Binary | 10010010 | 10000101 | 11111010 | 101010 | 101111 | 0 | 10 | 11110111 | 1011100 | 1001011 |
Color Harmonies of #9285FA
Complementary color
Monochromatic Colors of #9285FA
Black with #9285FA
Text Example
Text Example
White with #9285FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9285FA; }
p { color: rgb(146,133,250); }
H1.HeaderClassName
{
color: #9285FA;
}
.AnyTagClassName
{
color: #9285FA;
}
</style>
background-color css
<style>
a { background-color: #9285FA; }
a { background-color: rgb(146,133,250); }
div.DivClassName
{
background-color: #9285FA;
}
.BgClassName
{
background-color: #9285FA;
}
</style>
border-color css
<style>
span { border-color: #9285FA; }
span { border-color: rgb(146,133,250); }
td.TdClassName
{
border-color: #9285FA;
}
.TagClassName
{
border-color: #9285FA;
}
</style>