Shades of Light Slate Blue #917EFB
Tints of Light Slate Blue #917EFB
RGB
CMYK
RGB Variations
Color information
#917EFB (or 0x917EFB) is known color: Light Slate Blue. HEX triplet: 91, 7E and FB. RGB value is (145,126,251). Sum of RGB (Red+Green+Blue) = 145+126+251=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #917EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917EFB is #6E8104. Grayscale: #919191. Windows color (decimal): -7241989 or 16481937. OLE color: 16481937.
HSL color Cylindrical-coordinate representation of color #917EFB: hue angle of 249.12º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #917EFB is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 126 | 251 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.02 |
| HSL | 249.12º | 0.94% | 0.74% | - |
| HSV(B) | 249.12º | 0.5% | 0.98% | - |
| XYZ | 36.55 | 27.91 | 94.73 | - |
| YUV | 145.93 | 187.29 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 251 | 0.42 | 0.50 | 0 | 0.02 | 249.12 | 0.94 | 0.74 |
| Hex | 91 | 7E | FB | 2A | 32 | 0 | 2 | F9 | 5E | 4A |
| Octal | 221 | 176 | 373 | 52 | 62 | 0 | 2 | 371 | 136 | 112 |
| Binary | 10010001 | 1111110 | 11111011 | 101010 | 110010 | 0 | 10 | 11111001 | 1011110 | 1001010 |
Color Harmonies of #917EFB
Complementary color
Monochromatic Colors of #917EFB
Black with #917EFB
Text Example
Text Example
White with #917EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917EFB; }
p { color: rgb(145,126,251); }
H1.HeaderClassName
{
color: #917EFB;
}
.AnyTagClassName
{
color: #917EFB;
}
</style>
background-color css
<style>
a { background-color: #917EFB; }
a { background-color: rgb(145,126,251); }
div.DivClassName
{
background-color: #917EFB;
}
.BgClassName
{
background-color: #917EFB;
}
</style>
border-color css
<style>
span { border-color: #917EFB; }
span { border-color: rgb(145,126,251); }
td.TdClassName
{
border-color: #917EFB;
}
.TagClassName
{
border-color: #917EFB;
}
</style>