#8394ff

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

Shades of Portage #8394FF

Tints of Portage #8394FF

Color information

#8394FF (or 0x8394FF) is unknown color: approx Portage. HEX triplet: 83, 94 and FF. RGB value is (131,148,255). Sum of RGB (Red+Green+Blue) = 131+148+255=534 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.53% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #8394FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8394FF is #7C6B00. Grayscale: #9A9A9A. Windows color (decimal): -8153857 or 16749699. OLE color: 16749699.

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

Color convert

RGB131148255-
CMYK0.490.4200
HSL231.77º100%75.69%-
HSV(B)231.77º48.63%100%-
XYZ3833.2399.02-
YUV155.11184.37110.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.53%
GREEN value IS 148 (58.20% from 255) = 27.72%
BLUE value IS 255 (100% from 255) = 47.75%
R=24.53%
G=27.72%
B=47.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1311482550.490.4200231.7710075.69
Hex8394FF312A00e8644c
Octal203224377615200350144114
Binary100000111001010011111111110001101010001110100011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8394ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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