#8A78F9

Color #8A78F9 Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8A78F9

Tints of Light Slate Blue #8A78F9

Color information

#8A78F9 (or 0x8A78F9) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 78 and F9. RGB value is (138,120,249). Sum of RGB (Red+Green+Blue) = 138+120+249=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #8A78F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A78F9 is #758706. Grayscale: #8B8B8B. Windows color (decimal): -7702279 or 16349322. OLE color: 16349322.

HSL color Cylindrical-coordinate representation of color #8A78F9: hue angle of 248.37º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A78F9 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138120249-
CMYK0.450.5200.02
HSL248.37º91.49%72.35%-
HSV(B)248.37º51.81%97.65%-
XYZ34.325.6892.77-
YUV140.09189.46126.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 27.22%
GREEN value IS 120 (47.27% from 255) = 23.67%
BLUE value IS 249 (97.66% from 255) = 49.11%
R=27.22%
G=23.67%
B=49.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1381202490.450.5200.02248.3791.4972.35
Hex8A78F92D3402f85b48
Octal212170371556402370133110
Binary100010101111000111110011011011101000101111100010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A78F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A78F9; }

 p { color: rgb(138,120,249); }

 H1.HeaderClassName
 {
   color: #8A78F9;
 }
 .AnyTagClassName
 {
   color: #8A78F9;
 }
</style>
background-color css

<style>
 a { background-color: #8A78F9; }

 a { background-color: rgb(138,120,249); }

 div.DivClassName
 {
   background-color: #8A78F9;
 }
 .BgClassName
 {
   background-color: #8A78F9;
 }
</style>
border-color css

<style>
 span { border-color: #8A78F9; }

 span { border-color: rgb(138,120,249); }

 td.TdClassName
 {
   border-color: #8A78F9;
 }
 .TagClassName
 {
   border-color: #8A78F9;
 }
</style>