Shades of Light Slate Blue #8A7BFF
Tints of Light Slate Blue #8A7BFF
RGB
CMYK
RGB Variations
Color information
#8A7BFF (or 0x8A7BFF) is known color: Light Slate Blue. HEX triplet: 8A, 7B and FF. RGB value is (138,123,255). Sum of RGB (Red+Green+Blue) = 138+123+255=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A7BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7BFF is #758400. Grayscale: #8E8E8E. Windows color (decimal): -7701505 or 16743306. OLE color: 16743306.
HSL color Cylindrical-coordinate representation of color #8A7BFF: hue angle of 246.82º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A7BFF is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 123 | 255 | - |
| CMYK | 0.46 | 0.52 | 0 | 0 |
| HSL | 246.82º | 1% | 0.74% | - |
| HSV(B) | 246.82º | 0.52% | 1% | - |
| XYZ | 35.61 | 26.79 | 97.9 | - |
| YUV | 142.53 | 191.47 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 255 | 0.46 | 0.52 | 0 | 0 | 246.82 | 1 | 0.74 |
| Hex | 8A | 7B | FF | 2E | 34 | 0 | 0 | F7 | 64 | 4A |
| Octal | 212 | 173 | 377 | 56 | 64 | 0 | 0 | 367 | 144 | 112 |
| Binary | 10001010 | 1111011 | 11111111 | 101110 | 110100 | 0 | 0 | 11110111 | 1100100 | 1001010 |
Color Harmonies of #8A7BFF
Complementary color
Monochromatic Colors of #8A7BFF
Black with #8A7BFF
Text Example
Text Example
White with #8A7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7BFF; }
p { color: rgb(138,123,255); }
H1.HeaderClassName
{
color: #8A7BFF;
}
.AnyTagClassName
{
color: #8A7BFF;
}
</style>
background-color css
<style>
a { background-color: #8A7BFF; }
a { background-color: rgb(138,123,255); }
div.DivClassName
{
background-color: #8A7BFF;
}
.BgClassName
{
background-color: #8A7BFF;
}
</style>
border-color css
<style>
span { border-color: #8A7BFF; }
span { border-color: rgb(138,123,255); }
td.TdClassName
{
border-color: #8A7BFF;
}
.TagClassName
{
border-color: #8A7BFF;
}
</style>