Shades of Light Slate Blue #928AF2
Tints of Light Slate Blue #928AF2
RGB
CMYK
RGB Variations
Color information
#928AF2 (or 0x928AF2) is known color: Light Slate Blue. HEX triplet: 92, 8A and F2. RGB value is (146,138,242). Sum of RGB (Red+Green+Blue) = 146+138+242=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #928AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928AF2 is #6D750D. Grayscale: #979797. Windows color (decimal): -7173390 or 15895186. OLE color: 15895186.
HSL color Cylindrical-coordinate representation of color #928AF2: hue angle of 244.62º degrees, saturation: 0.8, 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 #928AF2 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 138 | 242 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.05 |
| HSL | 244.62º | 0.8% | 0.75% | - |
| HSV(B) | 244.62º | 0.43% | 0.95% | - |
| XYZ | 36.97 | 30.7 | 87.98 | - |
| YUV | 152.25 | 178.65 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 242 | 0.40 | 0.43 | 0 | 0.05 | 244.62 | 0.8 | 0.75 |
| Hex | 92 | 8A | F2 | 28 | 2B | 0 | 5 | F5 | 50 | 4B |
| Octal | 222 | 212 | 362 | 50 | 53 | 0 | 5 | 365 | 120 | 113 |
| Binary | 10010010 | 10001010 | 11110010 | 101000 | 101011 | 0 | 101 | 11110101 | 1010000 | 1001011 |
Color Harmonies of #928AF2
Complementary color
Monochromatic Colors of #928AF2
Black with #928AF2
Text Example
Text Example
White with #928AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928AF2; }
p { color: rgb(146,138,242); }
H1.HeaderClassName
{
color: #928AF2;
}
.AnyTagClassName
{
color: #928AF2;
}
</style>
background-color css
<style>
a { background-color: #928AF2; }
a { background-color: rgb(146,138,242); }
div.DivClassName
{
background-color: #928AF2;
}
.BgClassName
{
background-color: #928AF2;
}
</style>
border-color css
<style>
span { border-color: #928AF2; }
span { border-color: rgb(146,138,242); }
td.TdClassName
{
border-color: #928AF2;
}
.TagClassName
{
border-color: #928AF2;
}
</style>