#8379FE

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

Shades of Light Slate Blue #8379FE

Tints of Light Slate Blue #8379FE

Color information

#8379FE (or 0x8379FE) is unknown color: approx Light Slate Blue. HEX triplet: 83, 79 and FE. RGB value is (131,121,254). Sum of RGB (Red+Green+Blue) = 131+121+254=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #8379FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8379FE is #7C8601. Grayscale: #8A8A8A. Windows color (decimal): -8160770 or 16677251. OLE color: 16677251.

HSL color Cylindrical-coordinate representation of color #8379FE: hue angle of 244.51º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8379FE is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB131121254-
CMYK0.480.5200.00
HSL244.51º98.52%73.53%-
HSV(B)244.51º52.36%99.61%-
XYZ34.0925.6696.92-
YUV139.15192.81122.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.89%
GREEN value IS 121 (47.66% from 255) = 23.91%
BLUE value IS 254 (99.61% from 255) = 50.20%
R=25.89%
G=23.91%
B=50.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1311212540.480.5200.00244.5198.5273.53
Hex8379FE303400f5634a
Octal203171376606400365143112
Binary10000011111100111111110110000110100001111010111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8379FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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