Shades of Light Slate Blue #918CFF
Tints of Light Slate Blue #918CFF
RGB
CMYK
RGB Variations
Color information
#918CFF (or 0x918CFF) is known color: Light Slate Blue. HEX triplet: 91, 8C and FF. RGB value is (145,140,255). Sum of RGB (Red+Green+Blue) = 145+140+255=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #918CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918CFF is #6E7300. Grayscale: #9A9A9A. Windows color (decimal): -7238401 or 16747665. OLE color: 16747665.
HSL color Cylindrical-coordinate representation of color #918CFF: hue angle of 242.61º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #918CFF is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 140 | 255 | - |
| CMYK | 0.43 | 0.45 | 0 | 0 |
| HSL | 242.61º | 1% | 0.77% | - |
| HSV(B) | 242.61º | 0.45% | 1% | - |
| XYZ | 39.11 | 32 | 98.72 | - |
| YUV | 154.61 | 184.66 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 255 | 0.43 | 0.45 | 0 | 0 | 242.61 | 1 | 0.77 |
| Hex | 91 | 8C | FF | 2B | 2D | 0 | 0 | F3 | 64 | 4D |
| Octal | 221 | 214 | 377 | 53 | 55 | 0 | 0 | 363 | 144 | 115 |
| Binary | 10010001 | 10001100 | 11111111 | 101011 | 101101 | 0 | 0 | 11110011 | 1100100 | 1001101 |
Color Harmonies of #918CFF
Complementary color
Monochromatic Colors of #918CFF
Black with #918CFF
Text Example
Text Example
White with #918CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918CFF; }
p { color: rgb(145,140,255); }
H1.HeaderClassName
{
color: #918CFF;
}
.AnyTagClassName
{
color: #918CFF;
}
</style>
background-color css
<style>
a { background-color: #918CFF; }
a { background-color: rgb(145,140,255); }
div.DivClassName
{
background-color: #918CFF;
}
.BgClassName
{
background-color: #918CFF;
}
</style>
border-color css
<style>
span { border-color: #918CFF; }
span { border-color: rgb(145,140,255); }
td.TdClassName
{
border-color: #918CFF;
}
.TagClassName
{
border-color: #918CFF;
}
</style>