#8B9CEC

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

Shades of Portage #8B9CEC

Tints of Portage #8B9CEC

Color information

#8B9CEC (or 0x8B9CEC) is unknown color: approx Portage. HEX triplet: 8B, 9C and EC. RGB value is (139,156,236). Sum of RGB (Red+Green+Blue) = 139+156+236=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B9CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9CEC is #746313. Grayscale: #9F9F9F. Windows color (decimal): -7627540 or 15506571. OLE color: 15506571.

HSL color Cylindrical-coordinate representation of color #8B9CEC: hue angle of 229.48º 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 #8B9CEC is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB139156236-
CMYK0.410.3400.07
HSL229.48º71.85%73.53%-
HSV(B)229.48º41.1%92.55%-
XYZ37.6835.3284.19-
YUV160.04170.87113-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.18%
GREEN value IS 156 (61.33% from 255) = 29.38%
BLUE value IS 236 (92.58% from 255) = 44.44%
R=26.18%
G=29.38%
B=44.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391562360.410.3400.07229.4871.8573.53
Hex8B9CEC292207e5484a
Octal213234354514207345110112
Binary10001011100111001110110010100110001001111110010110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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