Shades of Light Slate Blue #8A8BFC
Tints of Light Slate Blue #8A8BFC
RGB
CMYK
RGB Variations
Color information
#8A8BFC (or 0x8A8BFC) is known color: Light Slate Blue. HEX triplet: 8A, 8B and FC. RGB value is (138,139,252). Sum of RGB (Red+Green+Blue) = 138+139+252=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A8BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8BFC is #757403. Grayscale: #979797. Windows color (decimal): -7697412 or 16550794. OLE color: 16550794.
HSL color Cylindrical-coordinate representation of color #8A8BFC: hue angle of 239.47º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A8BFC is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 139 | 252 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.01 |
| HSL | 239.47º | 0.95% | 0.76% | - |
| HSV(B) | 239.47º | 0.45% | 0.99% | - |
| XYZ | 37.28 | 30.9 | 96.09 | - |
| YUV | 151.58 | 184.67 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 139 | 252 | 0.45 | 0.45 | 0 | 0.01 | 239.47 | 0.95 | 0.76 |
| Hex | 8A | 8B | FC | 2D | 2D | 0 | 1 | EF | 5F | 4C |
| Octal | 212 | 213 | 374 | 55 | 55 | 0 | 1 | 357 | 137 | 114 |
| Binary | 10001010 | 10001011 | 11111100 | 101101 | 101101 | 0 | 1 | 11101111 | 1011111 | 1001100 |
Color Harmonies of #8A8BFC
Complementary color
Monochromatic Colors of #8A8BFC
Black with #8A8BFC
Text Example
Text Example
White with #8A8BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8BFC; }
p { color: rgb(138,139,252); }
H1.HeaderClassName
{
color: #8A8BFC;
}
.AnyTagClassName
{
color: #8A8BFC;
}
</style>
background-color css
<style>
a { background-color: #8A8BFC; }
a { background-color: rgb(138,139,252); }
div.DivClassName
{
background-color: #8A8BFC;
}
.BgClassName
{
background-color: #8A8BFC;
}
</style>
border-color css
<style>
span { border-color: #8A8BFC; }
span { border-color: rgb(138,139,252); }
td.TdClassName
{
border-color: #8A8BFC;
}
.TagClassName
{
border-color: #8A8BFC;
}
</style>