#8378f5

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

Shades of Light Slate Blue #8378F5

Tints of Light Slate Blue #8378F5

Color information

#8378F5 (or 0x8378F5) is unknown color: approx Light Slate Blue. HEX triplet: 83, 78 and F5. RGB value is (131,120,245). Sum of RGB (Red+Green+Blue) = 131+120+245=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 245 - color contains mainly: blue. Hex color #8378F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8378F5 is #7C870A. Grayscale: #898989. Windows color (decimal): -8161035 or 16087171. OLE color: 16087171.

HSL color Cylindrical-coordinate representation of color #8378F5: hue angle of 245.28º degrees, saturation: 0.86, 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 #8378F5 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB131120245-
CMYK0.470.5100.04
HSL245.28º86.21%71.57%-
HSV(B)245.28º51.02%96.08%-
XYZ32.5624.8589.47-
YUV137.54188.64123.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.41%
GREEN value IS 120 (47.27% from 255) = 24.19%
BLUE value IS 245 (96.09% from 255) = 49.40%
R=26.41%
G=24.19%
B=49.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1311202450.470.5100.04245.2886.2171.57
Hex8378F52F3304f55648
Octal203170365576304365126110
Binary1000001111110001111010110111111001101001111010110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8378f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8378f5; }

 p { color: rgb(131,120,245); }

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

<style>
 a { background-color: #8378f5; }

 a { background-color: rgb(131,120,245); }

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

<style>
 span { border-color: #8378f5; }

 span { border-color: rgb(131,120,245); }

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