#8B9EEC

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

Shades of Portage #8B9EEC

Tints of Portage #8B9EEC

Color information

#8B9EEC (or 0x8B9EEC) is unknown color: approx Portage. HEX triplet: 8B, 9E and EC. RGB value is (139,158,236). Sum of RGB (Red+Green+Blue) = 139+158+236=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B9EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9EEC is #746113. Grayscale: #A0A0A0. Windows color (decimal): -7627028 or 15507083. OLE color: 15507083.

HSL color Cylindrical-coordinate representation of color #8B9EEC: hue angle of 228.25º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B9EEC is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB139158236-
CMYK0.410.3300.07
HSL228.25º71.85%73.53%-
HSV(B)228.25º41.1%92.55%-
XYZ38.013684.3-
YUV161.21170.21112.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.08%
GREEN value IS 158 (62.11% from 255) = 29.64%
BLUE value IS 236 (92.58% from 255) = 44.28%
R=26.08%
G=29.64%
B=44.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391582360.410.3300.07228.2571.8573.53
Hex8B9EEC292107e4484a
Octal213236354514107344110112
Binary10001011100111101110110010100110000101111110010010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,158,236); }

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

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

 a { background-color: rgb(139,158,236); }

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

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

 span { border-color: rgb(139,158,236); }

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