Shades of Light Slate Blue #917AF2
Tints of Light Slate Blue #917AF2
RGB
CMYK
RGB Variations
Color information
#917AF2 (or 0x917AF2) is known color: Light Slate Blue. HEX triplet: 91, 7A and F2. RGB value is (145,122,242). Sum of RGB (Red+Green+Blue) = 145+122+242=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #917AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917AF2 is #6E850D. Grayscale: #8E8E8E. Windows color (decimal): -7243022 or 15891089. OLE color: 15891089.
HSL color Cylindrical-coordinate representation of color #917AF2: hue angle of 251.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #917AF2 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 122 | 242 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.05 |
| HSL | 251.5º | 0.82% | 0.71% | - |
| HSV(B) | 251.5º | 0.5% | 0.95% | - |
| XYZ | 34.66 | 26.35 | 87.26 | - |
| YUV | 142.56 | 184.12 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 242 | 0.40 | 0.50 | 0 | 0.05 | 251.5 | 0.82 | 0.71 |
| Hex | 91 | 7A | F2 | 28 | 32 | 0 | 5 | FC | 52 | 47 |
| Octal | 221 | 172 | 362 | 50 | 62 | 0 | 5 | 374 | 122 | 107 |
| Binary | 10010001 | 1111010 | 11110010 | 101000 | 110010 | 0 | 101 | 11111100 | 1010010 | 1000111 |
Color Harmonies of #917AF2
Complementary color
Monochromatic Colors of #917AF2
Black with #917AF2
Text Example
Text Example
White with #917AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917AF2; }
p { color: rgb(145,122,242); }
H1.HeaderClassName
{
color: #917AF2;
}
.AnyTagClassName
{
color: #917AF2;
}
</style>
background-color css
<style>
a { background-color: #917AF2; }
a { background-color: rgb(145,122,242); }
div.DivClassName
{
background-color: #917AF2;
}
.BgClassName
{
background-color: #917AF2;
}
</style>
border-color css
<style>
span { border-color: #917AF2; }
span { border-color: rgb(145,122,242); }
td.TdClassName
{
border-color: #917AF2;
}
.TagClassName
{
border-color: #917AF2;
}
</style>