Shades of Light Slate Blue #8A78F6
Tints of Light Slate Blue #8A78F6
RGB
CMYK
RGB Variations
Color information
#8A78F6 (or 0x8A78F6) is known color: Light Slate Blue. HEX triplet: 8A, 78 and F6. RGB value is (138,120,246). Sum of RGB (Red+Green+Blue) = 138+120+246=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #8A78F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A78F6 is #758709. Grayscale: #8B8B8B. Windows color (decimal): -7702282 or 16152714. OLE color: 16152714.
HSL color Cylindrical-coordinate representation of color #8A78F6: hue angle of 248.57º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A78F6 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 120 | 246 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.04 |
| HSL | 248.57º | 0.88% | 0.72% | - |
| HSV(B) | 248.57º | 0.51% | 0.96% | - |
| XYZ | 33.83 | 25.49 | 90.33 | - |
| YUV | 139.75 | 187.96 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 120 | 246 | 0.44 | 0.51 | 0 | 0.04 | 248.57 | 0.88 | 0.72 |
| Hex | 8A | 78 | F6 | 2C | 33 | 0 | 4 | F9 | 58 | 48 |
| Octal | 212 | 170 | 366 | 54 | 63 | 0 | 4 | 371 | 130 | 110 |
| Binary | 10001010 | 1111000 | 11110110 | 101100 | 110011 | 0 | 100 | 11111001 | 1011000 | 1001000 |
Color Harmonies of #8A78F6
Complementary color
Monochromatic Colors of #8A78F6
Black with #8A78F6
Text Example
Text Example
White with #8A78F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A78F6; }
p { color: rgb(138,120,246); }
H1.HeaderClassName
{
color: #8A78F6;
}
.AnyTagClassName
{
color: #8A78F6;
}
</style>
background-color css
<style>
a { background-color: #8A78F6; }
a { background-color: rgb(138,120,246); }
div.DivClassName
{
background-color: #8A78F6;
}
.BgClassName
{
background-color: #8A78F6;
}
</style>
border-color css
<style>
span { border-color: #8A78F6; }
span { border-color: rgb(138,120,246); }
td.TdClassName
{
border-color: #8A78F6;
}
.TagClassName
{
border-color: #8A78F6;
}
</style>