#8394FE

Color #8394FE Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8394FE

Tints of Portage #8394FE

Color information

#8394FE (or 0x8394FE) is unknown color: approx Portage. HEX triplet: 83, 94 and FE. RGB value is (131,148,254). Sum of RGB (Red+Green+Blue) = 131+148+254=533 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.58% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #8394FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8394FE is #7C6B01. Grayscale: #9A9A9A. Windows color (decimal): -8153858 or 16684163. OLE color: 16684163.

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

Color convert

RGB131148254-
CMYK0.480.4200.00
HSL231.71º98.4%75.49%-
HSV(B)231.71º48.43%99.61%-
XYZ37.8433.1698.17-
YUV155183.87110.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.58%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 254 (99.61% from 255) = 47.65%
R=24.58%
G=27.77%
B=47.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1311482540.480.4200.00231.7198.475.49
Hex8394FE302A00e8624b
Octal203224376605200350142113
Binary100000111001010011111110110000101010001110100011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8394FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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