Shades of Light Slate Blue #9288F1
Tints of Light Slate Blue #9288F1
RGB
CMYK
RGB Variations
Color information
#9288F1 (or 0x9288F1) is known color: Light Slate Blue. HEX triplet: 92, 88 and F1. RGB value is (146,136,241). Sum of RGB (Red+Green+Blue) = 146+136+241=523 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.92% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #9288F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9288F1 is #6D770E. Grayscale: #969696. Windows color (decimal): -7173903 or 15829138. OLE color: 15829138.
HSL color Cylindrical-coordinate representation of color #9288F1: hue angle of 245.71º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9288F1 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 136 | 241 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.05 |
| HSL | 245.71º | 0.79% | 0.74% | - |
| HSV(B) | 245.71º | 0.44% | 0.95% | - |
| XYZ | 36.54 | 30.07 | 87.1 | - |
| YUV | 150.96 | 178.81 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 241 | 0.39 | 0.44 | 0 | 0.05 | 245.71 | 0.79 | 0.74 |
| Hex | 92 | 88 | F1 | 27 | 2C | 0 | 5 | F6 | 4F | 4A |
| Octal | 222 | 210 | 361 | 47 | 54 | 0 | 5 | 366 | 117 | 112 |
| Binary | 10010010 | 10001000 | 11110001 | 100111 | 101100 | 0 | 101 | 11110110 | 1001111 | 1001010 |
Color Harmonies of #9288F1
Complementary color
Monochromatic Colors of #9288F1
Black with #9288F1
Text Example
Text Example
White with #9288F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9288F1; }
p { color: rgb(146,136,241); }
H1.HeaderClassName
{
color: #9288F1;
}
.AnyTagClassName
{
color: #9288F1;
}
</style>
background-color css
<style>
a { background-color: #9288F1; }
a { background-color: rgb(146,136,241); }
div.DivClassName
{
background-color: #9288F1;
}
.BgClassName
{
background-color: #9288F1;
}
</style>
border-color css
<style>
span { border-color: #9288F1; }
span { border-color: rgb(146,136,241); }
td.TdClassName
{
border-color: #9288F1;
}
.TagClassName
{
border-color: #9288F1;
}
</style>