Shades of Light Slate Blue #9262FB
Tints of Light Slate Blue #9262FB
RGB
CMYK
RGB Variations
Color information
#9262FB (or 0x9262FB) is known color: Light Slate Blue. HEX triplet: 92, 62 and FB. RGB value is (146,98,251). Sum of RGB (Red+Green+Blue) = 146+98+251=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #9262FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9262FB is #6D9D04. Grayscale: #818181. Windows color (decimal): -7183621 or 16474770. OLE color: 16474770.
HSL color Cylindrical-coordinate representation of color #9262FB: hue angle of 258.82º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9262FB is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 98 | 251 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.02 |
| HSL | 258.82º | 0.95% | 0.68% | - |
| HSV(B) | 258.82º | 0.61% | 0.98% | - |
| XYZ | 33.63 | 21.81 | 93.7 | - |
| YUV | 129.79 | 196.4 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 251 | 0.42 | 0.61 | 0 | 0.02 | 258.82 | 0.95 | 0.68 |
| Hex | 92 | 62 | FB | 2A | 3D | 0 | 2 | 103 | 5F | 44 |
| Octal | 222 | 142 | 373 | 52 | 75 | 0 | 2 | 403 | 137 | 104 |
| Binary | 10010010 | 1100010 | 11111011 | 101010 | 111101 | 0 | 10 | 100000011 | 1011111 | 1000100 |
Color Harmonies of #9262FB
Complementary color
Monochromatic Colors of #9262FB
Black with #9262FB
Text Example
Text Example
White with #9262FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9262FB; }
p { color: rgb(146,98,251); }
H1.HeaderClassName
{
color: #9262FB;
}
.AnyTagClassName
{
color: #9262FB;
}
</style>
background-color css
<style>
a { background-color: #9262FB; }
a { background-color: rgb(146,98,251); }
div.DivClassName
{
background-color: #9262FB;
}
.BgClassName
{
background-color: #9262FB;
}
</style>
border-color css
<style>
span { border-color: #9262FB; }
span { border-color: rgb(146,98,251); }
td.TdClassName
{
border-color: #9262FB;
}
.TagClassName
{
border-color: #9262FB;
}
</style>