Shades of Light Slate Blue #8A69FF
Tints of Light Slate Blue #8A69FF
RGB
CMYK
RGB Variations
Color information
#8A69FF (or 0x8A69FF) is known color: Light Slate Blue. HEX triplet: 8A, 69 and FF. RGB value is (138,105,255). Sum of RGB (Red+Green+Blue) = 138+105+255=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A69FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A69FF is #759600. Grayscale: #838383. Windows color (decimal): -7706113 or 16738698. OLE color: 16738698.
HSL color Cylindrical-coordinate representation of color #8A69FF: hue angle of 253.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A69FF is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 105 | 255 | - |
| CMYK | 0.46 | 0.59 | 0 | 0 |
| HSL | 253.2º | 1% | 0.71% | - |
| HSV(B) | 253.2º | 0.59% | 1% | - |
| XYZ | 33.58 | 22.73 | 97.22 | - |
| YUV | 131.97 | 197.43 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 255 | 0.46 | 0.59 | 0 | 0 | 253.2 | 1 | 0.71 |
| Hex | 8A | 69 | FF | 2E | 3B | 0 | 0 | FD | 64 | 47 |
| Octal | 212 | 151 | 377 | 56 | 73 | 0 | 0 | 375 | 144 | 107 |
| Binary | 10001010 | 1101001 | 11111111 | 101110 | 111011 | 0 | 0 | 11111101 | 1100100 | 1000111 |
Color Harmonies of #8A69FF
Complementary color
Monochromatic Colors of #8A69FF
Black with #8A69FF
Text Example
Text Example
White with #8A69FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A69FF; }
p { color: rgb(138,105,255); }
H1.HeaderClassName
{
color: #8A69FF;
}
.AnyTagClassName
{
color: #8A69FF;
}
</style>
background-color css
<style>
a { background-color: #8A69FF; }
a { background-color: rgb(138,105,255); }
div.DivClassName
{
background-color: #8A69FF;
}
.BgClassName
{
background-color: #8A69FF;
}
</style>
border-color css
<style>
span { border-color: #8A69FF; }
span { border-color: rgb(138,105,255); }
td.TdClassName
{
border-color: #8A69FF;
}
.TagClassName
{
border-color: #8A69FF;
}
</style>