Shades of Light Slate Blue #925BFB
Tints of Light Slate Blue #925BFB
RGB
CMYK
RGB Variations
Color information
#925BFB (or 0x925BFB) is known color: Light Slate Blue. HEX triplet: 92, 5B and FB. RGB value is (146,91,251). Sum of RGB (Red+Green+Blue) = 146+91+251=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #925BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925BFB is #6DA404. Grayscale: #7D7D7D. Windows color (decimal): -7185413 or 16472978. OLE color: 16472978.
HSL color Cylindrical-coordinate representation of color #925BFB: hue angle of 260.62º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #925BFB is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 91 | 251 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.02 |
| HSL | 260.63º | 0.95% | 0.67% | - |
| HSV(B) | 260.63º | 0.64% | 0.98% | - |
| XYZ | 33.01 | 20.56 | 93.5 | - |
| YUV | 125.69 | 198.72 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 251 | 0.42 | 0.64 | 0 | 0.02 | 260.63 | 0.95 | 0.67 |
| Hex | 92 | 5B | FB | 2A | 40 | 0 | 2 | 105 | 5F | 43 |
| Octal | 222 | 133 | 373 | 52 | 100 | 0 | 2 | 405 | 137 | 103 |
| Binary | 10010010 | 1011011 | 11111011 | 101010 | 1000000 | 0 | 10 | 100000101 | 1011111 | 1000011 |
Color Harmonies of #925BFB
Complementary color
Monochromatic Colors of #925BFB
Black with #925BFB
Text Example
Text Example
White with #925BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925BFB; }
p { color: rgb(146,91,251); }
H1.HeaderClassName
{
color: #925BFB;
}
.AnyTagClassName
{
color: #925BFB;
}
</style>
background-color css
<style>
a { background-color: #925BFB; }
a { background-color: rgb(146,91,251); }
div.DivClassName
{
background-color: #925BFB;
}
.BgClassName
{
background-color: #925BFB;
}
</style>
border-color css
<style>
span { border-color: #925BFB; }
span { border-color: rgb(146,91,251); }
td.TdClassName
{
border-color: #925BFB;
}
.TagClassName
{
border-color: #925BFB;
}
</style>