Shades of Light Slate Blue #927CFB
Tints of Light Slate Blue #927CFB
RGB
CMYK
RGB Variations
Color information
#927CFB (or 0x927CFB) is known color: Light Slate Blue. HEX triplet: 92, 7C and FB. RGB value is (146,124,251). Sum of RGB (Red+Green+Blue) = 146+124+251=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #927CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927CFB is #6D8304. Grayscale: #909090. Windows color (decimal): -7176965 or 16481426. OLE color: 16481426.
HSL color Cylindrical-coordinate representation of color #927CFB: hue angle of 250.39º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #927CFB is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 124 | 251 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.02 |
| HSL | 250.39º | 0.94% | 0.74% | - |
| HSV(B) | 250.39º | 0.51% | 0.98% | - |
| XYZ | 36.47 | 27.49 | 94.65 | - |
| YUV | 145.06 | 187.79 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 251 | 0.42 | 0.51 | 0 | 0.02 | 250.39 | 0.94 | 0.74 |
| Hex | 92 | 7C | FB | 2A | 33 | 0 | 2 | FA | 5E | 4A |
| Octal | 222 | 174 | 373 | 52 | 63 | 0 | 2 | 372 | 136 | 112 |
| Binary | 10010010 | 1111100 | 11111011 | 101010 | 110011 | 0 | 10 | 11111010 | 1011110 | 1001010 |
Color Harmonies of #927CFB
Complementary color
Monochromatic Colors of #927CFB
Black with #927CFB
Text Example
Text Example
White with #927CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927CFB; }
p { color: rgb(146,124,251); }
H1.HeaderClassName
{
color: #927CFB;
}
.AnyTagClassName
{
color: #927CFB;
}
</style>
background-color css
<style>
a { background-color: #927CFB; }
a { background-color: rgb(146,124,251); }
div.DivClassName
{
background-color: #927CFB;
}
.BgClassName
{
background-color: #927CFB;
}
</style>
border-color css
<style>
span { border-color: #927CFB; }
span { border-color: rgb(146,124,251); }
td.TdClassName
{
border-color: #927CFB;
}
.TagClassName
{
border-color: #927CFB;
}
</style>