Shades of Light Slate Blue #928AF3
Tints of Light Slate Blue #928AF3
RGB
CMYK
RGB Variations
Color information
#928AF3 (or 0x928AF3) is known color: Light Slate Blue. HEX triplet: 92, 8A and F3. RGB value is (146,138,243). Sum of RGB (Red+Green+Blue) = 146+138+243=527 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.70% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #928AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928AF3 is #6D750C. Grayscale: #979797. Windows color (decimal): -7173389 or 15960722. OLE color: 15960722.
HSL color Cylindrical-coordinate representation of color #928AF3: hue angle of 244.57º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #928AF3 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 138 | 243 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.05 |
| HSL | 244.57º | 0.81% | 0.75% | - |
| HSV(B) | 244.57º | 0.43% | 0.95% | - |
| XYZ | 37.12 | 30.76 | 88.77 | - |
| YUV | 152.36 | 179.15 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 243 | 0.40 | 0.43 | 0 | 0.05 | 244.57 | 0.81 | 0.75 |
| Hex | 92 | 8A | F3 | 28 | 2B | 0 | 5 | F5 | 51 | 4B |
| Octal | 222 | 212 | 363 | 50 | 53 | 0 | 5 | 365 | 121 | 113 |
| Binary | 10010010 | 10001010 | 11110011 | 101000 | 101011 | 0 | 101 | 11110101 | 1010001 | 1001011 |
Color Harmonies of #928AF3
Complementary color
Monochromatic Colors of #928AF3
Black with #928AF3
Text Example
Text Example
White with #928AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928AF3; }
p { color: rgb(146,138,243); }
H1.HeaderClassName
{
color: #928AF3;
}
.AnyTagClassName
{
color: #928AF3;
}
</style>
background-color css
<style>
a { background-color: #928AF3; }
a { background-color: rgb(146,138,243); }
div.DivClassName
{
background-color: #928AF3;
}
.BgClassName
{
background-color: #928AF3;
}
</style>
border-color css
<style>
span { border-color: #928AF3; }
span { border-color: rgb(146,138,243); }
td.TdClassName
{
border-color: #928AF3;
}
.TagClassName
{
border-color: #928AF3;
}
</style>