#8379FC

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

Shades of Light Slate Blue #8379FC

Tints of Light Slate Blue #8379FC

Color information

#8379FC (or 0x8379FC) is unknown color: approx Light Slate Blue. HEX triplet: 83, 79 and FC. RGB value is (131,121,252). Sum of RGB (Red+Green+Blue) = 131+121+252=504 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.99% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #8379FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8379FC is #7C8603. Grayscale: #8A8A8A. Windows color (decimal): -8160772 or 16546179. OLE color: 16546179.

HSL color Cylindrical-coordinate representation of color #8379FC: hue angle of 244.58º 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 #8379FC is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB131121252-
CMYK0.480.5200.01
HSL244.58º95.62%73.14%-
HSV(B)244.58º51.98%98.82%-
XYZ33.7725.5395.24-
YUV138.92191.81122.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.99%
GREEN value IS 121 (47.66% from 255) = 24.01%
BLUE value IS 252 (98.83% from 255) = 50%
R=25.99%
G=24.01%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1311212520.480.5200.01244.5895.6273.14
Hex8379FC303401f56049
Octal203171374606401365140111
Binary10000011111100111111100110000110100011111010111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8379FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8379FC; }

 p { color: rgb(131,121,252); }

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

<style>
 a { background-color: #8379FC; }

 a { background-color: rgb(131,121,252); }

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

<style>
 span { border-color: #8379FC; }

 span { border-color: rgb(131,121,252); }

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