Shades of Light Slate Blue #9268FF
Tints of Light Slate Blue #9268FF
RGB
CMYK
RGB Variations
Color information
#9268FF (or 0x9268FF) is known color: Light Slate Blue. HEX triplet: 92, 68 and FF. RGB value is (146,104,255). Sum of RGB (Red+Green+Blue) = 146+104+255=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #9268FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9268FF is #6D9700. Grayscale: #858585. Windows color (decimal): -7182081 or 16738450. OLE color: 16738450.
HSL color Cylindrical-coordinate representation of color #9268FF: hue angle of 256.69º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9268FF is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 104 | 255 | - |
| CMYK | 0.43 | 0.59 | 0 | 0 |
| HSL | 256.69º | 1% | 0.7% | - |
| HSV(B) | 256.69º | 0.59% | 1% | - |
| XYZ | 34.85 | 23.23 | 97.25 | - |
| YUV | 133.77 | 196.41 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 255 | 0.43 | 0.59 | 0 | 0 | 256.69 | 1 | 0.7 |
| Hex | 92 | 68 | FF | 2B | 3B | 0 | 0 | 101 | 64 | 46 |
| Octal | 222 | 150 | 377 | 53 | 73 | 0 | 0 | 401 | 144 | 106 |
| Binary | 10010010 | 1101000 | 11111111 | 101011 | 111011 | 0 | 0 | 100000001 | 1100100 | 1000110 |
Color Harmonies of #9268FF
Complementary color
Monochromatic Colors of #9268FF
Black with #9268FF
Text Example
Text Example
White with #9268FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9268FF; }
p { color: rgb(146,104,255); }
H1.HeaderClassName
{
color: #9268FF;
}
.AnyTagClassName
{
color: #9268FF;
}
</style>
background-color css
<style>
a { background-color: #9268FF; }
a { background-color: rgb(146,104,255); }
div.DivClassName
{
background-color: #9268FF;
}
.BgClassName
{
background-color: #9268FF;
}
</style>
border-color css
<style>
span { border-color: #9268FF; }
span { border-color: rgb(146,104,255); }
td.TdClassName
{
border-color: #9268FF;
}
.TagClassName
{
border-color: #9268FF;
}
</style>