Shades of Light Slate Blue #8A7FF3
Tints of Light Slate Blue #8A7FF3
RGB
CMYK
RGB Variations
Color information
#8A7FF3 (or 0x8A7FF3) is known color: Light Slate Blue. HEX triplet: 8A, 7F and F3. RGB value is (138,127,243). Sum of RGB (Red+Green+Blue) = 138+127+243=508 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.17% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #8A7FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7FF3 is #75800C. Grayscale: #8F8F8F. Windows color (decimal): -7700493 or 15957898. OLE color: 15957898.
HSL color Cylindrical-coordinate representation of color #8A7FF3: hue angle of 245.69º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A7FF3 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 127 | 243 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.05 |
| HSL | 245.69º | 0.83% | 0.73% | - |
| HSV(B) | 245.69º | 0.48% | 0.95% | - |
| XYZ | 34.25 | 27.05 | 88.21 | - |
| YUV | 143.51 | 184.14 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 127 | 243 | 0.43 | 0.48 | 0 | 0.05 | 245.69 | 0.83 | 0.73 |
| Hex | 8A | 7F | F3 | 2B | 30 | 0 | 5 | F6 | 53 | 49 |
| Octal | 212 | 177 | 363 | 53 | 60 | 0 | 5 | 366 | 123 | 111 |
| Binary | 10001010 | 1111111 | 11110011 | 101011 | 110000 | 0 | 101 | 11110110 | 1010011 | 1001001 |
Color Harmonies of #8A7FF3
Complementary color
Monochromatic Colors of #8A7FF3
Black with #8A7FF3
Text Example
Text Example
White with #8A7FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7FF3; }
p { color: rgb(138,127,243); }
H1.HeaderClassName
{
color: #8A7FF3;
}
.AnyTagClassName
{
color: #8A7FF3;
}
</style>
background-color css
<style>
a { background-color: #8A7FF3; }
a { background-color: rgb(138,127,243); }
div.DivClassName
{
background-color: #8A7FF3;
}
.BgClassName
{
background-color: #8A7FF3;
}
</style>
border-color css
<style>
span { border-color: #8A7FF3; }
span { border-color: rgb(138,127,243); }
td.TdClassName
{
border-color: #8A7FF3;
}
.TagClassName
{
border-color: #8A7FF3;
}
</style>