Shades of Light Slate Blue #9287F0
Tints of Light Slate Blue #9287F0
RGB
CMYK
RGB Variations
Color information
#9287F0 (or 0x9287F0) is known color: Light Slate Blue. HEX triplet: 92, 87 and F0. RGB value is (146,135,240). Sum of RGB (Red+Green+Blue) = 146+135+240=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #9287F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9287F0 is #6D780F. Grayscale: #959595. Windows color (decimal): -7174160 or 15763346. OLE color: 15763346.
HSL color Cylindrical-coordinate representation of color #9287F0: hue angle of 246.29º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9287F0 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 135 | 240 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.06 |
| HSL | 246.29º | 0.78% | 0.74% | - |
| HSV(B) | 246.29º | 0.44% | 0.94% | - |
| XYZ | 36.25 | 29.73 | 86.27 | - |
| YUV | 150.26 | 178.64 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 240 | 0.39 | 0.44 | 0 | 0.06 | 246.29 | 0.78 | 0.74 |
| Hex | 92 | 87 | F0 | 27 | 2C | 0 | 6 | F6 | 4E | 4A |
| Octal | 222 | 207 | 360 | 47 | 54 | 0 | 6 | 366 | 116 | 112 |
| Binary | 10010010 | 10000111 | 11110000 | 100111 | 101100 | 0 | 110 | 11110110 | 1001110 | 1001010 |
Color Harmonies of #9287F0
Complementary color
Monochromatic Colors of #9287F0
Black with #9287F0
Text Example
Text Example
White with #9287F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9287F0; }
p { color: rgb(146,135,240); }
H1.HeaderClassName
{
color: #9287F0;
}
.AnyTagClassName
{
color: #9287F0;
}
</style>
background-color css
<style>
a { background-color: #9287F0; }
a { background-color: rgb(146,135,240); }
div.DivClassName
{
background-color: #9287F0;
}
.BgClassName
{
background-color: #9287F0;
}
</style>
border-color css
<style>
span { border-color: #9287F0; }
span { border-color: rgb(146,135,240); }
td.TdClassName
{
border-color: #9287F0;
}
.TagClassName
{
border-color: #9287F0;
}
</style>