#8BA1EB

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

Shades of Portage #8BA1EB

Tints of Portage #8BA1EB

Color information

#8BA1EB (or 0x8BA1EB) is unknown color: approx Portage. HEX triplet: 8B, A1 and EB. RGB value is (139,161,235). Sum of RGB (Red+Green+Blue) = 139+161+235=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BA1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA1EB is #745E14. Grayscale: #A2A2A2. Windows color (decimal): -7626261 or 15442315. OLE color: 15442315.

HSL color Cylindrical-coordinate representation of color #8BA1EB: hue angle of 226.25º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BA1EB is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139161235-
CMYK0.410.3100.08
HSL226.25º70.59%73.33%-
HSV(B)226.25º40.85%92.16%-
XYZ38.3936.9883.71-
YUV162.86168.71110.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.98%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 235 (92.19% from 255) = 43.93%
R=25.98%
G=30.09%
B=43.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391612350.410.3100.08226.2570.5973.33
Hex8BA1EB291F08e24749
Octal2132413535137010342107111
Binary10001011101000011110101110100111111010001110001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,161,235); }

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

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

 a { background-color: rgb(139,161,235); }

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

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

 span { border-color: rgb(139,161,235); }

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