#8B9CDE

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

Shades of Portage #8B9CDE

Tints of Portage #8B9CDE

Color information

#8B9CDE (or 0x8B9CDE) is unknown color: approx Portage. HEX triplet: 8B, 9C and DE. RGB value is (139,156,222). Sum of RGB (Red+Green+Blue) = 139+156+222=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #8B9CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9CDE is #746321. Grayscale: #9E9E9E. Windows color (decimal): -7627554 or 14589067. OLE color: 14589067.

HSL color Cylindrical-coordinate representation of color #8B9CDE: hue angle of 227.71º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B9CDE is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139156222-
CMYK0.370.3000.13
HSL227.71º55.7%70.78%-
HSV(B)227.71º37.39%87.06%-
XYZ35.7234.5473.89-
YUV158.44163.87114.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.89%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 222 (87.11% from 255) = 42.94%
R=26.89%
G=30.17%
B=42.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391562220.370.3000.13227.7155.770.78
Hex8B9CDE251E0De43847
Octal213234336453601534470107
Binary1000101110011100110111101001011111001101111001001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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