Shades of Light Slate Blue #918AF8
Tints of Light Slate Blue #918AF8
RGB
CMYK
RGB Variations
Color information
#918AF8 (or 0x918AF8) is known color: Light Slate Blue. HEX triplet: 91, 8A and F8. RGB value is (145,138,248). Sum of RGB (Red+Green+Blue) = 145+138+248=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 248 (97.27% from 255 or 46.70% from 531); Max value from RGB is 248 - color contains mainly: blue. Hex color #918AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918AF8 is #6E7507. Grayscale: #989898. Windows color (decimal): -7238920 or 16288401. OLE color: 16288401.
HSL color Cylindrical-coordinate representation of color #918AF8: hue angle of 243.82º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #918AF8 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 138 | 248 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.03 |
| HSL | 243.82º | 0.89% | 0.76% | - |
| HSV(B) | 243.82º | 0.44% | 0.97% | - |
| XYZ | 37.71 | 30.97 | 92.8 | - |
| YUV | 152.63 | 181.82 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 248 | 0.42 | 0.44 | 0 | 0.03 | 243.82 | 0.89 | 0.76 |
| Hex | 91 | 8A | F8 | 2A | 2C | 0 | 3 | F4 | 59 | 4C |
| Octal | 221 | 212 | 370 | 52 | 54 | 0 | 3 | 364 | 131 | 114 |
| Binary | 10010001 | 10001010 | 11111000 | 101010 | 101100 | 0 | 11 | 11110100 | 1011001 | 1001100 |
Color Harmonies of #918AF8
Complementary color
Monochromatic Colors of #918AF8
Black with #918AF8
Text Example
Text Example
White with #918AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918AF8; }
p { color: rgb(145,138,248); }
H1.HeaderClassName
{
color: #918AF8;
}
.AnyTagClassName
{
color: #918AF8;
}
</style>
background-color css
<style>
a { background-color: #918AF8; }
a { background-color: rgb(145,138,248); }
div.DivClassName
{
background-color: #918AF8;
}
.BgClassName
{
background-color: #918AF8;
}
</style>
border-color css
<style>
span { border-color: #918AF8; }
span { border-color: rgb(145,138,248); }
td.TdClassName
{
border-color: #918AF8;
}
.TagClassName
{
border-color: #918AF8;
}
</style>