Shades of Light Slate Blue #927FFC
Tints of Light Slate Blue #927FFC
RGB
CMYK
RGB Variations
Color information
#927FFC (or 0x927FFC) is known color: Light Slate Blue. HEX triplet: 92, 7F and FC. RGB value is (146,127,252). Sum of RGB (Red+Green+Blue) = 146+127+252=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #927FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927FFC is #6D8003. Grayscale: #929292. Windows color (decimal): -7176196 or 16547730. OLE color: 16547730.
HSL color Cylindrical-coordinate representation of color #927FFC: hue angle of 249.12º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #927FFC is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 127 | 252 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.01 |
| HSL | 249.12º | 0.95% | 0.74% | - |
| HSV(B) | 249.12º | 0.5% | 0.99% | - |
| XYZ | 37.01 | 28.32 | 95.61 | - |
| YUV | 146.93 | 187.29 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 252 | 0.42 | 0.50 | 0 | 0.01 | 249.12 | 0.95 | 0.74 |
| Hex | 92 | 7F | FC | 2A | 32 | 0 | 1 | F9 | 5F | 4A |
| Octal | 222 | 177 | 374 | 52 | 62 | 0 | 1 | 371 | 137 | 112 |
| Binary | 10010010 | 1111111 | 11111100 | 101010 | 110010 | 0 | 1 | 11111001 | 1011111 | 1001010 |
Color Harmonies of #927FFC
Complementary color
Monochromatic Colors of #927FFC
Black with #927FFC
Text Example
Text Example
White with #927FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927FFC; }
p { color: rgb(146,127,252); }
H1.HeaderClassName
{
color: #927FFC;
}
.AnyTagClassName
{
color: #927FFC;
}
</style>
background-color css
<style>
a { background-color: #927FFC; }
a { background-color: rgb(146,127,252); }
div.DivClassName
{
background-color: #927FFC;
}
.BgClassName
{
background-color: #927FFC;
}
</style>
border-color css
<style>
span { border-color: #927FFC; }
span { border-color: rgb(146,127,252); }
td.TdClassName
{
border-color: #927FFC;
}
.TagClassName
{
border-color: #927FFC;
}
</style>