Shades of Light Slate Blue #8A77FF
Tints of Light Slate Blue #8A77FF
RGB
CMYK
RGB Variations
Color information
#8A77FF (or 0x8A77FF) is known color: Light Slate Blue. HEX triplet: 8A, 77 and FF. RGB value is (138,119,255). Sum of RGB (Red+Green+Blue) = 138+119+255=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A77FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A77FF is #758800. Grayscale: #8B8B8B. Windows color (decimal): -7702529 or 16742282. OLE color: 16742282.
HSL color Cylindrical-coordinate representation of color #8A77FF: hue angle of 248.38º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A77FF is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 119 | 255 | - |
| CMYK | 0.46 | 0.53 | 0 | 0 |
| HSL | 248.38º | 1% | 0.73% | - |
| HSV(B) | 248.38º | 0.53% | 1% | - |
| XYZ | 35.13 | 25.82 | 97.74 | - |
| YUV | 140.19 | 192.79 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 119 | 255 | 0.46 | 0.53 | 0 | 0 | 248.38 | 1 | 0.73 |
| Hex | 8A | 77 | FF | 2E | 35 | 0 | 0 | F8 | 64 | 49 |
| Octal | 212 | 167 | 377 | 56 | 65 | 0 | 0 | 370 | 144 | 111 |
| Binary | 10001010 | 1110111 | 11111111 | 101110 | 110101 | 0 | 0 | 11111000 | 1100100 | 1001001 |
Color Harmonies of #8A77FF
Complementary color
Monochromatic Colors of #8A77FF
Black with #8A77FF
Text Example
Text Example
White with #8A77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A77FF; }
p { color: rgb(138,119,255); }
H1.HeaderClassName
{
color: #8A77FF;
}
.AnyTagClassName
{
color: #8A77FF;
}
</style>
background-color css
<style>
a { background-color: #8A77FF; }
a { background-color: rgb(138,119,255); }
div.DivClassName
{
background-color: #8A77FF;
}
.BgClassName
{
background-color: #8A77FF;
}
</style>
border-color css
<style>
span { border-color: #8A77FF; }
span { border-color: rgb(138,119,255); }
td.TdClassName
{
border-color: #8A77FF;
}
.TagClassName
{
border-color: #8A77FF;
}
</style>