Shades of Light Slate Blue #9250FB
Tints of Light Slate Blue #9250FB
RGB
CMYK
RGB Variations
Color information
#9250FB (or 0x9250FB) is known color: Light Slate Blue. HEX triplet: 92, 50 and FB. RGB value is (146,80,251). Sum of RGB (Red+Green+Blue) = 146+80+251=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #9250FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9250FB is #6DAF04. Grayscale: #767676. Windows color (decimal): -7188229 or 16470162. OLE color: 16470162.
HSL color Cylindrical-coordinate representation of color #9250FB: hue angle of 263.16º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9250FB is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 80 | 251 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.02 |
| HSL | 263.16º | 0.96% | 0.65% | - |
| HSV(B) | 263.16º | 0.68% | 0.98% | - |
| XYZ | 32.14 | 18.81 | 93.2 | - |
| YUV | 119.23 | 202.37 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 251 | 0.42 | 0.68 | 0 | 0.02 | 263.16 | 0.96 | 0.65 |
| Hex | 92 | 50 | FB | 2A | 44 | 0 | 2 | 107 | 60 | 41 |
| Octal | 222 | 120 | 373 | 52 | 104 | 0 | 2 | 407 | 140 | 101 |
| Binary | 10010010 | 1010000 | 11111011 | 101010 | 1000100 | 0 | 10 | 100000111 | 1100000 | 1000001 |
Color Harmonies of #9250FB
Complementary color
Monochromatic Colors of #9250FB
Black with #9250FB
Text Example
Text Example
White with #9250FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9250FB; }
p { color: rgb(146,80,251); }
H1.HeaderClassName
{
color: #9250FB;
}
.AnyTagClassName
{
color: #9250FB;
}
</style>
background-color css
<style>
a { background-color: #9250FB; }
a { background-color: rgb(146,80,251); }
div.DivClassName
{
background-color: #9250FB;
}
.BgClassName
{
background-color: #9250FB;
}
</style>
border-color css
<style>
span { border-color: #9250FB; }
span { border-color: rgb(146,80,251); }
td.TdClassName
{
border-color: #9250FB;
}
.TagClassName
{
border-color: #9250FB;
}
</style>