Shades of Light Slate Blue #918FFC
Tints of Light Slate Blue #918FFC
RGB
CMYK
RGB Variations
Color information
#918FFC (or 0x918FFC) is known color: Light Slate Blue. HEX triplet: 91, 8F and FC. RGB value is (145,143,252). Sum of RGB (Red+Green+Blue) = 145+143+252=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #918FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918FFC is #6E7003. Grayscale: #9B9B9B. Windows color (decimal): -7237636 or 16551825. OLE color: 16551825.
HSL color Cylindrical-coordinate representation of color #918FFC: hue angle of 241.1º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #918FFC is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 143 | 252 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.01 |
| HSL | 241.1º | 0.95% | 0.77% | - |
| HSV(B) | 241.1º | 0.43% | 0.99% | - |
| XYZ | 39.07 | 32.69 | 96.35 | - |
| YUV | 156.02 | 182.16 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 252 | 0.42 | 0.43 | 0 | 0.01 | 241.1 | 0.95 | 0.77 |
| Hex | 91 | 8F | FC | 2A | 2B | 0 | 1 | F1 | 5F | 4D |
| Octal | 221 | 217 | 374 | 52 | 53 | 0 | 1 | 361 | 137 | 115 |
| Binary | 10010001 | 10001111 | 11111100 | 101010 | 101011 | 0 | 1 | 11110001 | 1011111 | 1001101 |
Color Harmonies of #918FFC
Complementary color
Monochromatic Colors of #918FFC
Black with #918FFC
Text Example
Text Example
White with #918FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918FFC; }
p { color: rgb(145,143,252); }
H1.HeaderClassName
{
color: #918FFC;
}
.AnyTagClassName
{
color: #918FFC;
}
</style>
background-color css
<style>
a { background-color: #918FFC; }
a { background-color: rgb(145,143,252); }
div.DivClassName
{
background-color: #918FFC;
}
.BgClassName
{
background-color: #918FFC;
}
</style>
border-color css
<style>
span { border-color: #918FFC; }
span { border-color: rgb(145,143,252); }
td.TdClassName
{
border-color: #918FFC;
}
.TagClassName
{
border-color: #918FFC;
}
</style>