Shades of Light Slate Blue #917AF8
Tints of Light Slate Blue #917AF8
RGB
CMYK
RGB Variations
Color information
#917AF8 (or 0x917AF8) is known color: Light Slate Blue. HEX triplet: 91, 7A and F8. RGB value is (145,122,248). Sum of RGB (Red+Green+Blue) = 145+122+248=515 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.16% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #917AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917AF8 is #6E8507. Grayscale: #8E8E8E. Windows color (decimal): -7243016 or 16284305. OLE color: 16284305.
HSL color Cylindrical-coordinate representation of color #917AF8: hue angle of 250.95º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #917AF8 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 122 | 248 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.03 |
| HSL | 250.95º | 0.9% | 0.73% | - |
| HSV(B) | 250.95º | 0.51% | 0.97% | - |
| XYZ | 35.58 | 26.72 | 92.09 | - |
| YUV | 143.24 | 187.12 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 248 | 0.42 | 0.51 | 0 | 0.03 | 250.95 | 0.9 | 0.73 |
| Hex | 91 | 7A | F8 | 2A | 33 | 0 | 3 | FB | 5A | 49 |
| Octal | 221 | 172 | 370 | 52 | 63 | 0 | 3 | 373 | 132 | 111 |
| Binary | 10010001 | 1111010 | 11111000 | 101010 | 110011 | 0 | 11 | 11111011 | 1011010 | 1001001 |
Color Harmonies of #917AF8
Complementary color
Monochromatic Colors of #917AF8
Black with #917AF8
Text Example
Text Example
White with #917AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917AF8; }
p { color: rgb(145,122,248); }
H1.HeaderClassName
{
color: #917AF8;
}
.AnyTagClassName
{
color: #917AF8;
}
</style>
background-color css
<style>
a { background-color: #917AF8; }
a { background-color: rgb(145,122,248); }
div.DivClassName
{
background-color: #917AF8;
}
.BgClassName
{
background-color: #917AF8;
}
</style>
border-color css
<style>
span { border-color: #917AF8; }
span { border-color: rgb(145,122,248); }
td.TdClassName
{
border-color: #917AF8;
}
.TagClassName
{
border-color: #917AF8;
}
</style>