Shades of Light Slate Blue #918AFC
Tints of Light Slate Blue #918AFC
RGB
CMYK
RGB Variations
Color information
#918AFC (or 0x918AFC) is known color: Light Slate Blue. HEX triplet: 91, 8A and FC. RGB value is (145,138,252). Sum of RGB (Red+Green+Blue) = 145+138+252=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #918AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918AFC is #6E7503. Grayscale: #989898. Windows color (decimal): -7238916 or 16550545. OLE color: 16550545.
HSL color Cylindrical-coordinate representation of color #918AFC: hue angle of 243.68º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #918AFC is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 138 | 252 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.01 |
| HSL | 243.68º | 0.95% | 0.76% | - |
| HSV(B) | 243.68º | 0.45% | 0.99% | - |
| XYZ | 38.34 | 31.22 | 96.1 | - |
| YUV | 153.09 | 183.82 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 252 | 0.42 | 0.45 | 0 | 0.01 | 243.68 | 0.95 | 0.76 |
| Hex | 91 | 8A | FC | 2A | 2D | 0 | 1 | F4 | 5F | 4C |
| Octal | 221 | 212 | 374 | 52 | 55 | 0 | 1 | 364 | 137 | 114 |
| Binary | 10010001 | 10001010 | 11111100 | 101010 | 101101 | 0 | 1 | 11110100 | 1011111 | 1001100 |
Color Harmonies of #918AFC
Complementary color
Monochromatic Colors of #918AFC
Black with #918AFC
Text Example
Text Example
White with #918AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918AFC; }
p { color: rgb(145,138,252); }
H1.HeaderClassName
{
color: #918AFC;
}
.AnyTagClassName
{
color: #918AFC;
}
</style>
background-color css
<style>
a { background-color: #918AFC; }
a { background-color: rgb(145,138,252); }
div.DivClassName
{
background-color: #918AFC;
}
.BgClassName
{
background-color: #918AFC;
}
</style>
border-color css
<style>
span { border-color: #918AFC; }
span { border-color: rgb(145,138,252); }
td.TdClassName
{
border-color: #918AFC;
}
.TagClassName
{
border-color: #918AFC;
}
</style>