Shades of Light Slate Blue #928BFD
Tints of Light Slate Blue #928BFD
RGB
CMYK
RGB Variations
Color information
#928BFD (or 0x928BFD) is known color: Light Slate Blue. HEX triplet: 92, 8B and FD. RGB value is (146,139,253). Sum of RGB (Red+Green+Blue) = 146+139+253=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #928BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928BFD is #6D7402. Grayscale: #999999. Windows color (decimal): -7173123 or 16616338. OLE color: 16616338.
HSL color Cylindrical-coordinate representation of color #928BFD: hue angle of 243.68º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #928BFD is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 139 | 253 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.01 |
| HSL | 243.68º | 0.97% | 0.77% | - |
| HSV(B) | 243.68º | 0.45% | 0.99% | - |
| XYZ | 38.82 | 31.67 | 97 | - |
| YUV | 154.09 | 183.82 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 253 | 0.42 | 0.45 | 0 | 0.01 | 243.68 | 0.97 | 0.77 |
| Hex | 92 | 8B | FD | 2A | 2D | 0 | 1 | F4 | 61 | 4D |
| Octal | 222 | 213 | 375 | 52 | 55 | 0 | 1 | 364 | 141 | 115 |
| Binary | 10010010 | 10001011 | 11111101 | 101010 | 101101 | 0 | 1 | 11110100 | 1100001 | 1001101 |
Color Harmonies of #928BFD
Complementary color
Monochromatic Colors of #928BFD
Black with #928BFD
Text Example
Text Example
White with #928BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928BFD; }
p { color: rgb(146,139,253); }
H1.HeaderClassName
{
color: #928BFD;
}
.AnyTagClassName
{
color: #928BFD;
}
</style>
background-color css
<style>
a { background-color: #928BFD; }
a { background-color: rgb(146,139,253); }
div.DivClassName
{
background-color: #928BFD;
}
.BgClassName
{
background-color: #928BFD;
}
</style>
border-color css
<style>
span { border-color: #928BFD; }
span { border-color: rgb(146,139,253); }
td.TdClassName
{
border-color: #928BFD;
}
.TagClassName
{
border-color: #928BFD;
}
</style>