Shades of Light Slate Blue #925BFA
Tints of Light Slate Blue #925BFA
RGB
CMYK
RGB Variations
Color information
#925BFA (or 0x925BFA) is known color: Light Slate Blue. HEX triplet: 92, 5B and FA. RGB value is (146,91,250). Sum of RGB (Red+Green+Blue) = 146+91+250=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #925BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925BFA is #6DA405. Grayscale: #7C7C7C. Windows color (decimal): -7185414 or 16407442. OLE color: 16407442.
HSL color Cylindrical-coordinate representation of color #925BFA: hue angle of 260.75º degrees, saturation: 0.94, 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 #925BFA is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 91 | 250 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.02 |
| HSL | 260.75º | 0.94% | 0.67% | - |
| HSV(B) | 260.75º | 0.64% | 0.98% | - |
| XYZ | 32.85 | 20.5 | 92.67 | - |
| YUV | 125.57 | 198.22 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 250 | 0.42 | 0.64 | 0 | 0.02 | 260.75 | 0.94 | 0.67 |
| Hex | 92 | 5B | FA | 2A | 40 | 0 | 2 | 105 | 5E | 43 |
| Octal | 222 | 133 | 372 | 52 | 100 | 0 | 2 | 405 | 136 | 103 |
| Binary | 10010010 | 1011011 | 11111010 | 101010 | 1000000 | 0 | 10 | 100000101 | 1011110 | 1000011 |
Color Harmonies of #925BFA
Complementary color
Monochromatic Colors of #925BFA
Black with #925BFA
Text Example
Text Example
White with #925BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925BFA; }
p { color: rgb(146,91,250); }
H1.HeaderClassName
{
color: #925BFA;
}
.AnyTagClassName
{
color: #925BFA;
}
</style>
background-color css
<style>
a { background-color: #925BFA; }
a { background-color: rgb(146,91,250); }
div.DivClassName
{
background-color: #925BFA;
}
.BgClassName
{
background-color: #925BFA;
}
</style>
border-color css
<style>
span { border-color: #925BFA; }
span { border-color: rgb(146,91,250); }
td.TdClassName
{
border-color: #925BFA;
}
.TagClassName
{
border-color: #925BFA;
}
</style>