Shades of Light Slate Blue #9283FF
Tints of Light Slate Blue #9283FF
RGB
CMYK
RGB Variations
Color information
#9283FF (or 0x9283FF) is known color: Light Slate Blue. HEX triplet: 92, 83 and FF. RGB value is (146,131,255). Sum of RGB (Red+Green+Blue) = 146+131+255=532 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.44% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #9283FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9283FF is #6D7C00. Grayscale: #959595. Windows color (decimal): -7175169 or 16745362. OLE color: 16745362.
HSL color Cylindrical-coordinate representation of color #9283FF: hue angle of 247.26º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9283FF is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 131 | 255 | - |
| CMYK | 0.43 | 0.49 | 0 | 0 |
| HSL | 247.26º | 1% | 0.76% | - |
| HSV(B) | 247.26º | 0.49% | 1% | - |
| XYZ | 38.02 | 29.56 | 98.31 | - |
| YUV | 149.62 | 187.47 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 255 | 0.43 | 0.49 | 0 | 0 | 247.26 | 1 | 0.76 |
| Hex | 92 | 83 | FF | 2B | 31 | 0 | 0 | F7 | 64 | 4C |
| Octal | 222 | 203 | 377 | 53 | 61 | 0 | 0 | 367 | 144 | 114 |
| Binary | 10010010 | 10000011 | 11111111 | 101011 | 110001 | 0 | 0 | 11110111 | 1100100 | 1001100 |
Color Harmonies of #9283FF
Complementary color
Monochromatic Colors of #9283FF
Black with #9283FF
Text Example
Text Example
White with #9283FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9283FF; }
p { color: rgb(146,131,255); }
H1.HeaderClassName
{
color: #9283FF;
}
.AnyTagClassName
{
color: #9283FF;
}
</style>
background-color css
<style>
a { background-color: #9283FF; }
a { background-color: rgb(146,131,255); }
div.DivClassName
{
background-color: #9283FF;
}
.BgClassName
{
background-color: #9283FF;
}
</style>
border-color css
<style>
span { border-color: #9283FF; }
span { border-color: rgb(146,131,255); }
td.TdClassName
{
border-color: #9283FF;
}
.TagClassName
{
border-color: #9283FF;
}
</style>