Shades of Light Slate Blue #927BFD
Tints of Light Slate Blue #927BFD
RGB
CMYK
RGB Variations
Color information
#927BFD (or 0x927BFD) is known color: Light Slate Blue. HEX triplet: 92, 7B and FD. RGB value is (146,123,253). Sum of RGB (Red+Green+Blue) = 146+123+253=522 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.97% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #927BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927BFD is #6D8402. Grayscale: #909090. Windows color (decimal): -7177219 or 16612242. OLE color: 16612242.
HSL color Cylindrical-coordinate representation of color #927BFD: hue angle of 250.62º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #927BFD is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 123 | 253 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.01 |
| HSL | 250.62º | 0.97% | 0.74% | - |
| HSV(B) | 250.62º | 0.51% | 0.99% | - |
| XYZ | 36.67 | 27.37 | 96.28 | - |
| YUV | 144.7 | 189.12 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 253 | 0.42 | 0.51 | 0 | 0.01 | 250.62 | 0.97 | 0.74 |
| Hex | 92 | 7B | FD | 2A | 33 | 0 | 1 | FB | 61 | 4A |
| Octal | 222 | 173 | 375 | 52 | 63 | 0 | 1 | 373 | 141 | 112 |
| Binary | 10010010 | 1111011 | 11111101 | 101010 | 110011 | 0 | 1 | 11111011 | 1100001 | 1001010 |
Color Harmonies of #927BFD
Complementary color
Monochromatic Colors of #927BFD
Black with #927BFD
Text Example
Text Example
White with #927BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927BFD; }
p { color: rgb(146,123,253); }
H1.HeaderClassName
{
color: #927BFD;
}
.AnyTagClassName
{
color: #927BFD;
}
</style>
background-color css
<style>
a { background-color: #927BFD; }
a { background-color: rgb(146,123,253); }
div.DivClassName
{
background-color: #927BFD;
}
.BgClassName
{
background-color: #927BFD;
}
</style>
border-color css
<style>
span { border-color: #927BFD; }
span { border-color: rgb(146,123,253); }
td.TdClassName
{
border-color: #927BFD;
}
.TagClassName
{
border-color: #927BFD;
}
</style>