Shades of Light Slate Blue #8A89FC
Tints of Light Slate Blue #8A89FC
RGB
CMYK
RGB Variations
Color information
#8A89FC (or 0x8A89FC) is known color: Light Slate Blue. HEX triplet: 8A, 89 and FC. RGB value is (138,137,252). Sum of RGB (Red+Green+Blue) = 138+137+252=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A89FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A89FC is #757603. Grayscale: #959595. Windows color (decimal): -7697924 or 16550282. OLE color: 16550282.
HSL color Cylindrical-coordinate representation of color #8A89FC: hue angle of 240.52º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A89FC is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 137 | 252 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.01 |
| HSL | 240.52º | 0.95% | 0.76% | - |
| HSV(B) | 240.52º | 0.46% | 0.99% | - |
| XYZ | 37 | 30.32 | 96 | - |
| YUV | 150.41 | 185.33 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 252 | 0.45 | 0.46 | 0 | 0.01 | 240.52 | 0.95 | 0.76 |
| Hex | 8A | 89 | FC | 2D | 2E | 0 | 1 | F1 | 5F | 4C |
| Octal | 212 | 211 | 374 | 55 | 56 | 0 | 1 | 361 | 137 | 114 |
| Binary | 10001010 | 10001001 | 11111100 | 101101 | 101110 | 0 | 1 | 11110001 | 1011111 | 1001100 |
Color Harmonies of #8A89FC
Complementary color
Monochromatic Colors of #8A89FC
Black with #8A89FC
Text Example
Text Example
White with #8A89FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A89FC; }
p { color: rgb(138,137,252); }
H1.HeaderClassName
{
color: #8A89FC;
}
.AnyTagClassName
{
color: #8A89FC;
}
</style>
background-color css
<style>
a { background-color: #8A89FC; }
a { background-color: rgb(138,137,252); }
div.DivClassName
{
background-color: #8A89FC;
}
.BgClassName
{
background-color: #8A89FC;
}
</style>
border-color css
<style>
span { border-color: #8A89FC; }
span { border-color: rgb(138,137,252); }
td.TdClassName
{
border-color: #8A89FC;
}
.TagClassName
{
border-color: #8A89FC;
}
</style>