Shades of Light Slate Blue #927BFE
Tints of Light Slate Blue #927BFE
RGB
CMYK
RGB Variations
Color information
#927BFE (or 0x927BFE) is known color: Light Slate Blue. HEX triplet: 92, 7B and FE. RGB value is (146,123,254). Sum of RGB (Red+Green+Blue) = 146+123+254=523 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.92% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #927BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927BFE is #6D8401. Grayscale: #909090. Windows color (decimal): -7177218 or 16677778. OLE color: 16677778.
HSL color Cylindrical-coordinate representation of color #927BFE: hue angle of 250.53º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #927BFE is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 123 | 254 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.00 |
| HSL | 250.53º | 0.98% | 0.74% | - |
| HSV(B) | 250.53º | 0.52% | 1% | - |
| XYZ | 36.83 | 27.43 | 97.12 | - |
| YUV | 144.81 | 189.62 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 254 | 0.43 | 0.52 | 0 | 0.00 | 250.53 | 0.98 | 0.74 |
| Hex | 92 | 7B | FE | 2B | 34 | 0 | 0 | FB | 62 | 4A |
| Octal | 222 | 173 | 376 | 53 | 64 | 0 | 0 | 373 | 142 | 112 |
| Binary | 10010010 | 1111011 | 11111110 | 101011 | 110100 | 0 | 0 | 11111011 | 1100010 | 1001010 |
Color Harmonies of #927BFE
Complementary color
Monochromatic Colors of #927BFE
Black with #927BFE
Text Example
Text Example
White with #927BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927BFE; }
p { color: rgb(146,123,254); }
H1.HeaderClassName
{
color: #927BFE;
}
.AnyTagClassName
{
color: #927BFE;
}
</style>
background-color css
<style>
a { background-color: #927BFE; }
a { background-color: rgb(146,123,254); }
div.DivClassName
{
background-color: #927BFE;
}
.BgClassName
{
background-color: #927BFE;
}
</style>
border-color css
<style>
span { border-color: #927BFE; }
span { border-color: rgb(146,123,254); }
td.TdClassName
{
border-color: #927BFE;
}
.TagClassName
{
border-color: #927BFE;
}
</style>