#8A9CDB

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

Shades of Portage #8A9CDB

Tints of Portage #8A9CDB

Color information

#8A9CDB (or 0x8A9CDB) is unknown color: approx Portage. HEX triplet: 8A, 9C and DB. RGB value is (138,156,219). Sum of RGB (Red+Green+Blue) = 138+156+219=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9CDB is #756324. Grayscale: #9D9D9D. Windows color (decimal): -7693093 or 14392458. OLE color: 14392458.

HSL color Cylindrical-coordinate representation of color #8A9CDB: hue angle of 226.67º 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 #8A9CDB is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138156219-
CMYK0.370.2900.14
HSL226.67º52.94%70%-
HSV(B)226.67º36.99%85.88%-
XYZ35.1634.2971.78-
YUV157.8162.54113.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.90%
GREEN value IS 156 (61.33% from 255) = 30.41%
BLUE value IS 219 (85.94% from 255) = 42.69%
R=26.90%
G=30.41%
B=42.69%

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
Decimal1381562190.370.2900.14226.6752.9470
Hex8A9CDB251D0Ee33546
Octal212234333453501634365106
Binary1000101010011100110110111001011110101110111000111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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