#8BA2F6

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

Shades of Portage #8BA2F6

Tints of Portage #8BA2F6

Color information

#8BA2F6 (or 0x8BA2F6) is unknown color: approx Portage. HEX triplet: 8B, A2 and F6. RGB value is (139,162,246). Sum of RGB (Red+Green+Blue) = 139+162+246=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 246 - color contains mainly: blue. Hex color #8BA2F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA2F6 is #745D09. Grayscale: #A4A4A4. Windows color (decimal): -7625994 or 16163467. OLE color: 16163467.

HSL color Cylindrical-coordinate representation of color #8BA2F6: hue angle of 227.1º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BA2F6 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB139162246-
CMYK0.430.3400.04
HSL227.1º85.6%75.49%-
HSV(B)227.1º43.5%96.47%-
XYZ40.237.9892.4-
YUV164.7173.88109.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.41%
GREEN value IS 162 (63.67% from 255) = 29.62%
BLUE value IS 246 (96.48% from 255) = 44.97%
R=25.41%
G=29.62%
B=44.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1391622460.430.3400.04227.185.675.49
Hex8BA2F62B2204e3564b
Octal213242366534204343126113
Binary10001011101000101111011010101110001001001110001110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BA2F6; }

 p { color: rgb(139,162,246); }

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

<style>
 a { background-color: #8BA2F6; }

 a { background-color: rgb(139,162,246); }

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

<style>
 span { border-color: #8BA2F6; }

 span { border-color: rgb(139,162,246); }

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