Shades of Light Slate Blue #8A8CFD
Tints of Light Slate Blue #8A8CFD
RGB
CMYK
RGB Variations
Color information
#8A8CFD (or 0x8A8CFD) is known color: Light Slate Blue. HEX triplet: 8A, 8C and FD. RGB value is (138,140,253). Sum of RGB (Red+Green+Blue) = 138+140+253=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A8CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8CFD is #757302. Grayscale: #979797. Windows color (decimal): -7697155 or 16616586. OLE color: 16616586.
HSL color Cylindrical-coordinate representation of color #8A8CFD: hue angle of 238.96º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A8CFD is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 140 | 253 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.01 |
| HSL | 238.96º | 0.97% | 0.77% | - |
| HSV(B) | 238.96º | 0.45% | 0.99% | - |
| XYZ | 37.59 | 31.25 | 96.98 | - |
| YUV | 152.28 | 184.84 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 253 | 0.45 | 0.45 | 0 | 0.01 | 238.96 | 0.97 | 0.77 |
| Hex | 8A | 8C | FD | 2D | 2D | 0 | 1 | EF | 61 | 4D |
| Octal | 212 | 214 | 375 | 55 | 55 | 0 | 1 | 357 | 141 | 115 |
| Binary | 10001010 | 10001100 | 11111101 | 101101 | 101101 | 0 | 1 | 11101111 | 1100001 | 1001101 |
Color Harmonies of #8A8CFD
Complementary color
Monochromatic Colors of #8A8CFD
Black with #8A8CFD
Text Example
Text Example
White with #8A8CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8CFD; }
p { color: rgb(138,140,253); }
H1.HeaderClassName
{
color: #8A8CFD;
}
.AnyTagClassName
{
color: #8A8CFD;
}
</style>
background-color css
<style>
a { background-color: #8A8CFD; }
a { background-color: rgb(138,140,253); }
div.DivClassName
{
background-color: #8A8CFD;
}
.BgClassName
{
background-color: #8A8CFD;
}
</style>
border-color css
<style>
span { border-color: #8A8CFD; }
span { border-color: rgb(138,140,253); }
td.TdClassName
{
border-color: #8A8CFD;
}
.TagClassName
{
border-color: #8A8CFD;
}
</style>