#8B9CDB

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

Shades of Portage #8B9CDB

Tints of Portage #8B9CDB

Color information

#8B9CDB (or 0x8B9CDB) is unknown color: approx Portage. HEX triplet: 8B, 9C and DB. RGB value is (139,156,219). Sum of RGB (Red+Green+Blue) = 139+156+219=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9CDB is #746324. Grayscale: #9D9D9D. Windows color (decimal): -7627557 or 14392459. OLE color: 14392459.

HSL color Cylindrical-coordinate representation of color #8B9CDB: hue angle of 227.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B9CDB is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139156219-
CMYK0.370.2900.14
HSL227.25º52.63%70.2%-
HSV(B)227.25º36.53%85.88%-
XYZ35.3234.3871.79-
YUV158.1162.37114.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.04%
GREEN value IS 156 (61.33% from 255) = 30.35%
BLUE value IS 219 (85.94% from 255) = 42.61%
R=27.04%
G=30.35%
B=42.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391562190.370.2900.14227.2552.6370.2
Hex8B9CDB251D0Ee33546
Octal213234333453501634365106
Binary1000101110011100110110111001011110101110111000111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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