Shades of Light Slate Blue #917CFB
Tints of Light Slate Blue #917CFB
RGB
CMYK
RGB Variations
Color information
#917CFB (or 0x917CFB) is known color: Light Slate Blue. HEX triplet: 91, 7C and FB. RGB value is (145,124,251). Sum of RGB (Red+Green+Blue) = 145+124+251=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #917CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917CFB is #6E8304. Grayscale: #909090. Windows color (decimal): -7242501 or 16481425. OLE color: 16481425.
HSL color Cylindrical-coordinate representation of color #917CFB: hue angle of 249.92º 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 #917CFB is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 124 | 251 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.02 |
| HSL | 249.92º | 0.94% | 0.74% | - |
| HSV(B) | 249.92º | 0.51% | 0.98% | - |
| XYZ | 36.3 | 27.4 | 94.64 | - |
| YUV | 144.76 | 187.96 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 251 | 0.42 | 0.51 | 0 | 0.02 | 249.92 | 0.94 | 0.74 |
| Hex | 91 | 7C | FB | 2A | 33 | 0 | 2 | FA | 5E | 4A |
| Octal | 221 | 174 | 373 | 52 | 63 | 0 | 2 | 372 | 136 | 112 |
| Binary | 10010001 | 1111100 | 11111011 | 101010 | 110011 | 0 | 10 | 11111010 | 1011110 | 1001010 |
Color Harmonies of #917CFB
Complementary color
Monochromatic Colors of #917CFB
Black with #917CFB
Text Example
Text Example
White with #917CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917CFB; }
p { color: rgb(145,124,251); }
H1.HeaderClassName
{
color: #917CFB;
}
.AnyTagClassName
{
color: #917CFB;
}
</style>
background-color css
<style>
a { background-color: #917CFB; }
a { background-color: rgb(145,124,251); }
div.DivClassName
{
background-color: #917CFB;
}
.BgClassName
{
background-color: #917CFB;
}
</style>
border-color css
<style>
span { border-color: #917CFB; }
span { border-color: rgb(145,124,251); }
td.TdClassName
{
border-color: #917CFB;
}
.TagClassName
{
border-color: #917CFB;
}
</style>