#8B9DEC

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

Shades of Portage #8B9DEC

Tints of Portage #8B9DEC

Color information

#8B9DEC (or 0x8B9DEC) is unknown color: approx Portage. HEX triplet: 8B, 9D and EC. RGB value is (139,157,236). Sum of RGB (Red+Green+Blue) = 139+157+236=532 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.13% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B9DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9DEC is #746213. Grayscale: #A0A0A0. Windows color (decimal): -7627284 or 15506827. OLE color: 15506827.

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

Color convert

RGB139157236-
CMYK0.410.3300.07
HSL228.87º71.85%73.53%-
HSV(B)228.87º41.1%92.55%-
XYZ37.8435.6684.25-
YUV160.62170.54112.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.13%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 236 (92.58% from 255) = 44.36%
R=26.13%
G=29.51%
B=44.36%

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
Decimal1391572360.410.3300.07228.8771.8573.53
Hex8B9DEC292107e5484a
Octal213235354514107345110112
Binary10001011100111011110110010100110000101111110010110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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