Shades of Light Slate Blue #8A8BFF
Tints of Light Slate Blue #8A8BFF
RGB
CMYK
RGB Variations
Color information
#8A8BFF (or 0x8A8BFF) is known color: Light Slate Blue. HEX triplet: 8A, 8B and FF. RGB value is (138,139,255). Sum of RGB (Red+Green+Blue) = 138+139+255=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A8BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8BFF is #757400. Grayscale: #979797. Windows color (decimal): -7697409 or 16747402. OLE color: 16747402.
HSL color Cylindrical-coordinate representation of color #8A8BFF: hue angle of 239.49º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A8BFF is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 139 | 255 | - |
| CMYK | 0.46 | 0.45 | 0 | 0 |
| HSL | 239.49º | 1% | 0.77% | - |
| HSV(B) | 239.49º | 0.46% | 1% | - |
| XYZ | 37.76 | 31.09 | 98.62 | - |
| YUV | 151.93 | 186.17 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 139 | 255 | 0.46 | 0.45 | 0 | 0 | 239.49 | 1 | 0.77 |
| Hex | 8A | 8B | FF | 2E | 2D | 0 | 0 | EF | 64 | 4D |
| Octal | 212 | 213 | 377 | 56 | 55 | 0 | 0 | 357 | 144 | 115 |
| Binary | 10001010 | 10001011 | 11111111 | 101110 | 101101 | 0 | 0 | 11101111 | 1100100 | 1001101 |
Color Harmonies of #8A8BFF
Complementary color
Monochromatic Colors of #8A8BFF
Black with #8A8BFF
Text Example
Text Example
White with #8A8BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8BFF; }
p { color: rgb(138,139,255); }
H1.HeaderClassName
{
color: #8A8BFF;
}
.AnyTagClassName
{
color: #8A8BFF;
}
</style>
background-color css
<style>
a { background-color: #8A8BFF; }
a { background-color: rgb(138,139,255); }
div.DivClassName
{
background-color: #8A8BFF;
}
.BgClassName
{
background-color: #8A8BFF;
}
</style>
border-color css
<style>
span { border-color: #8A8BFF; }
span { border-color: rgb(138,139,255); }
td.TdClassName
{
border-color: #8A8BFF;
}
.TagClassName
{
border-color: #8A8BFF;
}
</style>