Shades of Light Slate Blue #8A93FF
Tints of Light Slate Blue #8A93FF
RGB
CMYK
RGB Variations
Color information
#8A93FF (or 0x8A93FF) is known color: Light Slate Blue. HEX triplet: 8A, 93 and FF. RGB value is (138,147,255). Sum of RGB (Red+Green+Blue) = 138+147+255=540 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.56% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A93FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A93FF is #756C00. Grayscale: #9C9C9C. Windows color (decimal): -7695361 or 16749450. OLE color: 16749450.
HSL color Cylindrical-coordinate representation of color #8A93FF: hue angle of 235.38º 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 #8A93FF is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 147 | 255 | - |
| CMYK | 0.46 | 0.42 | 0 | 0 |
| HSL | 235.38º | 1% | 0.77% | - |
| HSV(B) | 235.38º | 0.46% | 1% | - |
| XYZ | 38.96 | 33.49 | 99.02 | - |
| YUV | 156.62 | 183.52 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 147 | 255 | 0.46 | 0.42 | 0 | 0 | 235.38 | 1 | 0.77 |
| Hex | 8A | 93 | FF | 2E | 2A | 0 | 0 | EB | 64 | 4D |
| Octal | 212 | 223 | 377 | 56 | 52 | 0 | 0 | 353 | 144 | 115 |
| Binary | 10001010 | 10010011 | 11111111 | 101110 | 101010 | 0 | 0 | 11101011 | 1100100 | 1001101 |
Color Harmonies of #8A93FF
Complementary color
Monochromatic Colors of #8A93FF
Black with #8A93FF
Text Example
Text Example
White with #8A93FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A93FF; }
p { color: rgb(138,147,255); }
H1.HeaderClassName
{
color: #8A93FF;
}
.AnyTagClassName
{
color: #8A93FF;
}
</style>
background-color css
<style>
a { background-color: #8A93FF; }
a { background-color: rgb(138,147,255); }
div.DivClassName
{
background-color: #8A93FF;
}
.BgClassName
{
background-color: #8A93FF;
}
</style>
border-color css
<style>
span { border-color: #8A93FF; }
span { border-color: rgb(138,147,255); }
td.TdClassName
{
border-color: #8A93FF;
}
.TagClassName
{
border-color: #8A93FF;
}
</style>