#8ba5ef

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

Shades of Portage #8BA5EF

Tints of Portage #8BA5EF

Color information

#8BA5EF (or 0x8BA5EF) is unknown color: approx Portage. HEX triplet: 8B, A5 and EF. RGB value is (139,165,239). Sum of RGB (Red+Green+Blue) = 139+165+239=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BA5EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA5EF is #745A10. Grayscale: #A5A5A5. Windows color (decimal): -7625233 or 15705483. OLE color: 15705483.

HSL color Cylindrical-coordinate representation of color #8BA5EF: hue angle of 224.4º degrees, saturation: 0.76, 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 #8BA5EF is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB139165239-
CMYK0.420.3100.06
HSL224.4º75.76%74.12%-
HSV(B)224.4º41.84%93.73%-
XYZ39.6838.6387.03-
YUV165.66169.39108.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.60%
GREEN value IS 165 (64.84% from 255) = 30.39%
BLUE value IS 239 (93.75% from 255) = 44.01%
R=25.60%
G=30.39%
B=44.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1391652390.420.3100.06224.475.7674.12
Hex8BA5EF2A1F06e04c4a
Octal213245357523706340114112
Binary1000101110100101111011111010101111101101110000010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ba5ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,165,239); }

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

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

 a { background-color: rgb(139,165,239); }

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

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

 span { border-color: rgb(139,165,239); }

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