Shades of Light Slate Blue #8A8BF7
Tints of Light Slate Blue #8A8BF7
RGB
CMYK
RGB Variations
Color information
#8A8BF7 (or 0x8A8BF7) is known color: Light Slate Blue. HEX triplet: 8A, 8B and F7. RGB value is (138,139,247). Sum of RGB (Red+Green+Blue) = 138+139+247=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 247 (96.88% from 255 or 47.14% from 524); Max value from RGB is 247 - color contains mainly: blue. Hex color #8A8BF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8BF7 is #757408. Grayscale: #969696. Windows color (decimal): -7697417 or 16223114. OLE color: 16223114.
HSL color Cylindrical-coordinate representation of color #8A8BF7: hue angle of 239.45º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A8BF7 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 139 | 247 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.03 |
| HSL | 239.45º | 0.87% | 0.75% | - |
| HSV(B) | 239.45º | 0.44% | 0.97% | - |
| XYZ | 36.5 | 30.58 | 91.98 | - |
| YUV | 151.01 | 182.17 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 139 | 247 | 0.44 | 0.44 | 0 | 0.03 | 239.45 | 0.87 | 0.75 |
| Hex | 8A | 8B | F7 | 2C | 2C | 0 | 3 | EF | 57 | 4B |
| Octal | 212 | 213 | 367 | 54 | 54 | 0 | 3 | 357 | 127 | 113 |
| Binary | 10001010 | 10001011 | 11110111 | 101100 | 101100 | 0 | 11 | 11101111 | 1010111 | 1001011 |
Color Harmonies of #8A8BF7
Complementary color
Monochromatic Colors of #8A8BF7
Black with #8A8BF7
Text Example
Text Example
White with #8A8BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8BF7; }
p { color: rgb(138,139,247); }
H1.HeaderClassName
{
color: #8A8BF7;
}
.AnyTagClassName
{
color: #8A8BF7;
}
</style>
background-color css
<style>
a { background-color: #8A8BF7; }
a { background-color: rgb(138,139,247); }
div.DivClassName
{
background-color: #8A8BF7;
}
.BgClassName
{
background-color: #8A8BF7;
}
</style>
border-color css
<style>
span { border-color: #8A8BF7; }
span { border-color: rgb(138,139,247); }
td.TdClassName
{
border-color: #8A8BF7;
}
.TagClassName
{
border-color: #8A8BF7;
}
</style>