#8391CB

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

Shades of Portage #8391CB

Tints of Portage #8391CB

Color information

#8391CB (or 0x8391CB) is unknown color: approx Portage. HEX triplet: 83, 91 and CB. RGB value is (131,145,203). Sum of RGB (Red+Green+Blue) = 131+145+203=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #8391CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8391CB is #7C6E34. Grayscale: #939393. Windows color (decimal): -8154677 or 13341059. OLE color: 13341059.

HSL color Cylindrical-coordinate representation of color #8391CB: hue angle of 228.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8391CB is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131145203-
CMYK0.350.2900.20
HSL228.33º40.91%65.49%-
HSV(B)228.33º35.47%79.61%-
XYZ30.2629.3960.58-
YUV147.43159.36116.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.35%
GREEN value IS 145 (57.03% from 255) = 30.27%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=27.35%
G=30.27%
B=42.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311452030.350.2900.20228.3340.9165.49
Hex8391CB231D014e42941
Octal203221313433502434451101
Binary10000011100100011100101110001111101010100111001001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8391CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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