#8391CC

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

Shades of Portage #8391CC

Tints of Portage #8391CC

Color information

#8391CC (or 0x8391CC) is unknown color: approx Portage. HEX triplet: 83, 91 and CC. RGB value is (131,145,204). Sum of RGB (Red+Green+Blue) = 131+145+204=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #8391CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8391CC is #7C6E33. Grayscale: #939393. Windows color (decimal): -8154676 or 13406595. OLE color: 13406595.

HSL color Cylindrical-coordinate representation of color #8391CC: hue angle of 228.49º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8391CC is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB131145204-
CMYK0.360.2900.2
HSL228.49º41.71%65.69%-
HSV(B)228.49º35.78%80%-
XYZ30.3829.4461.21-
YUV147.54159.86116.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.29%
GREEN value IS 145 (57.03% from 255) = 30.21%
BLUE value IS 204 (80.08% from 255) = 42.5%
R=27.29%
G=30.21%
B=42.5%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1311452040.360.2900.2228.4941.7165.69
Hex8391CC241D014e42a42
Octal203221314443502434452102
Binary10000011100100011100110010010011101010100111001001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8391CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8391CC; }

 p { color: rgb(131,145,204); }

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

<style>
 a { background-color: #8391CC; }

 a { background-color: rgb(131,145,204); }

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

<style>
 span { border-color: #8391CC; }

 span { border-color: rgb(131,145,204); }

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