Shades of Light Slate Blue #8A85FE
Tints of Light Slate Blue #8A85FE
RGB
CMYK
RGB Variations
Color information
#8A85FE (or 0x8A85FE) is known color: Light Slate Blue. HEX triplet: 8A, 85 and FE. RGB value is (138,133,254). Sum of RGB (Red+Green+Blue) = 138+133+254=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A85FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A85FE is #757A01. Grayscale: #939393. Windows color (decimal): -7698946 or 16680330. OLE color: 16680330.
HSL color Cylindrical-coordinate representation of color #8A85FE: hue angle of 242.48º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A85FE is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 133 | 254 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.00 |
| HSL | 242.48º | 0.98% | 0.76% | - |
| HSV(B) | 242.48º | 0.48% | 1% | - |
| XYZ | 36.76 | 29.33 | 97.49 | - |
| YUV | 148.29 | 187.66 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 254 | 0.46 | 0.48 | 0 | 0.00 | 242.48 | 0.98 | 0.76 |
| Hex | 8A | 85 | FE | 2E | 30 | 0 | 0 | F2 | 62 | 4C |
| Octal | 212 | 205 | 376 | 56 | 60 | 0 | 0 | 362 | 142 | 114 |
| Binary | 10001010 | 10000101 | 11111110 | 101110 | 110000 | 0 | 0 | 11110010 | 1100010 | 1001100 |
Color Harmonies of #8A85FE
Complementary color
Monochromatic Colors of #8A85FE
Black with #8A85FE
Text Example
Text Example
White with #8A85FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A85FE; }
p { color: rgb(138,133,254); }
H1.HeaderClassName
{
color: #8A85FE;
}
.AnyTagClassName
{
color: #8A85FE;
}
</style>
background-color css
<style>
a { background-color: #8A85FE; }
a { background-color: rgb(138,133,254); }
div.DivClassName
{
background-color: #8A85FE;
}
.BgClassName
{
background-color: #8A85FE;
}
</style>
border-color css
<style>
span { border-color: #8A85FE; }
span { border-color: rgb(138,133,254); }
td.TdClassName
{
border-color: #8A85FE;
}
.TagClassName
{
border-color: #8A85FE;
}
</style>