#8A78FC

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

Shades of Light Slate Blue #8A78FC

Tints of Light Slate Blue #8A78FC

Color information

#8A78FC (or 0x8A78FC) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 78 and FC. RGB value is (138,120,252). Sum of RGB (Red+Green+Blue) = 138+120+252=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A78FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A78FC is #758703. Grayscale: #8B8B8B. Windows color (decimal): -7702276 or 16545930. OLE color: 16545930.

HSL color Cylindrical-coordinate representation of color #8A78FC: hue angle of 248.18º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A78FC is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB138120252-
CMYK0.450.5200.01
HSL248.18º95.65%72.94%-
HSV(B)248.18º52.38%98.82%-
XYZ34.7725.8695.26-
YUV140.43190.96126.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.06%
GREEN value IS 120 (47.27% from 255) = 23.53%
BLUE value IS 252 (98.83% from 255) = 49.41%
R=27.06%
G=23.53%
B=49.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1381202520.450.5200.01248.1895.6572.94
Hex8A78FC2D3401f86049
Octal212170374556401370140111
Binary10001010111100011111100101101110100011111100011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A78FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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