Shades of Light Slate Blue #918AFB
Tints of Light Slate Blue #918AFB
RGB
CMYK
RGB Variations
Color information
#918AFB (or 0x918AFB) is known color: Light Slate Blue. HEX triplet: 91, 8A and FB. RGB value is (145,138,251). Sum of RGB (Red+Green+Blue) = 145+138+251=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #918AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918AFB is #6E7504. Grayscale: #989898. Windows color (decimal): -7238917 or 16485009. OLE color: 16485009.
HSL color Cylindrical-coordinate representation of color #918AFB: hue angle of 243.72º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #918AFB is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 138 | 251 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.02 |
| HSL | 243.72º | 0.93% | 0.76% | - |
| HSV(B) | 243.72º | 0.45% | 0.98% | - |
| XYZ | 38.18 | 31.16 | 95.27 | - |
| YUV | 152.98 | 183.32 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 251 | 0.42 | 0.45 | 0 | 0.02 | 243.72 | 0.93 | 0.76 |
| Hex | 91 | 8A | FB | 2A | 2D | 0 | 2 | F4 | 5D | 4C |
| Octal | 221 | 212 | 373 | 52 | 55 | 0 | 2 | 364 | 135 | 114 |
| Binary | 10010001 | 10001010 | 11111011 | 101010 | 101101 | 0 | 10 | 11110100 | 1011101 | 1001100 |
Color Harmonies of #918AFB
Complementary color
Monochromatic Colors of #918AFB
Black with #918AFB
Text Example
Text Example
White with #918AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918AFB; }
p { color: rgb(145,138,251); }
H1.HeaderClassName
{
color: #918AFB;
}
.AnyTagClassName
{
color: #918AFB;
}
</style>
background-color css
<style>
a { background-color: #918AFB; }
a { background-color: rgb(145,138,251); }
div.DivClassName
{
background-color: #918AFB;
}
.BgClassName
{
background-color: #918AFB;
}
</style>
border-color css
<style>
span { border-color: #918AFB; }
span { border-color: rgb(145,138,251); }
td.TdClassName
{
border-color: #918AFB;
}
.TagClassName
{
border-color: #918AFB;
}
</style>