#8BA0F0

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

Shades of Portage #8BA0F0

Tints of Portage #8BA0F0

Color information

#8BA0F0 (or 0x8BA0F0) is unknown color: approx Portage. HEX triplet: 8B, A0 and F0. RGB value is (139,160,240). Sum of RGB (Red+Green+Blue) = 139+160+240=539 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.79% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #8BA0F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA0F0 is #745F0F. Grayscale: #A2A2A2. Windows color (decimal): -7626512 or 15769739. OLE color: 15769739.

HSL color Cylindrical-coordinate representation of color #8BA0F0: hue angle of 227.52º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BA0F0 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB139160240-
CMYK0.420.3300.06
HSL227.52º77.1%74.31%-
HSV(B)227.52º42.08%94.12%-
XYZ38.9536.9287.51-
YUV162.84171.54111-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.79%
GREEN value IS 160 (62.89% from 255) = 29.68%
BLUE value IS 240 (94.14% from 255) = 44.53%
R=25.79%
G=29.68%
B=44.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1391602400.420.3300.06227.5277.174.31
Hex8BA0F02A2106e44d4a
Octal213240360524106344115112
Binary10001011101000001111000010101010000101101110010010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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