Shades of Light Slate Blue #9264FE
Tints of Light Slate Blue #9264FE
RGB
CMYK
RGB Variations
Color information
#9264FE (or 0x9264FE) is known color: Light Slate Blue. HEX triplet: 92, 64 and FE. RGB value is (146,100,254). Sum of RGB (Red+Green+Blue) = 146+100+254=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #9264FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9264FE is #6D9B01. Grayscale: #828282. Windows color (decimal): -7183106 or 16671890. OLE color: 16671890.
HSL color Cylindrical-coordinate representation of color #9264FE: hue angle of 257.92º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9264FE is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 100 | 254 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.00 |
| HSL | 257.92º | 0.99% | 0.69% | - |
| HSV(B) | 257.92º | 0.61% | 1% | - |
| XYZ | 34.3 | 22.38 | 96.28 | - |
| YUV | 131.31 | 197.24 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 100 | 254 | 0.43 | 0.61 | 0 | 0.00 | 257.92 | 0.99 | 0.69 |
| Hex | 92 | 64 | FE | 2B | 3D | 0 | 0 | 102 | 63 | 45 |
| Octal | 222 | 144 | 376 | 53 | 75 | 0 | 0 | 402 | 143 | 105 |
| Binary | 10010010 | 1100100 | 11111110 | 101011 | 111101 | 0 | 0 | 100000010 | 1100011 | 1000101 |
Color Harmonies of #9264FE
Complementary color
Monochromatic Colors of #9264FE
Black with #9264FE
Text Example
Text Example
White with #9264FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9264FE; }
p { color: rgb(146,100,254); }
H1.HeaderClassName
{
color: #9264FE;
}
.AnyTagClassName
{
color: #9264FE;
}
</style>
background-color css
<style>
a { background-color: #9264FE; }
a { background-color: rgb(146,100,254); }
div.DivClassName
{
background-color: #9264FE;
}
.BgClassName
{
background-color: #9264FE;
}
</style>
border-color css
<style>
span { border-color: #9264FE; }
span { border-color: rgb(146,100,254); }
td.TdClassName
{
border-color: #9264FE;
}
.TagClassName
{
border-color: #9264FE;
}
</style>