#8BA0F6

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

Shades of Portage #8BA0F6

Tints of Portage #8BA0F6

Color information

#8BA0F6 (or 0x8BA0F6) is unknown color: approx Portage. HEX triplet: 8B, A0 and F6. RGB value is (139,160,246). Sum of RGB (Red+Green+Blue) = 139+160+246=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #8BA0F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA0F6 is #745F09. Grayscale: #A3A3A3. Windows color (decimal): -7626506 or 16162955. OLE color: 16162955.

HSL color Cylindrical-coordinate representation of color #8BA0F6: hue angle of 228.22º 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 #8BA0F6 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB139160246-
CMYK0.430.3500.04
HSL228.22º85.6%75.49%-
HSV(B)228.22º43.5%96.47%-
XYZ39.8537.2892.28-
YUV163.52174.54110.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.50%
GREEN value IS 160 (62.89% from 255) = 29.36%
BLUE value IS 246 (96.48% from 255) = 45.14%
R=25.50%
G=29.36%
B=45.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1391602460.430.3500.04228.2285.675.49
Hex8BA0F62B2304e4564b
Octal213240366534304344126113
Binary10001011101000001111011010101110001101001110010010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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