#8A9FDB

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

Shades of Portage #8A9FDB

Tints of Portage #8A9FDB

Color information

#8A9FDB (or 0x8A9FDB) is unknown color: approx Portage. HEX triplet: 8A, 9F and DB. RGB value is (138,159,219). Sum of RGB (Red+Green+Blue) = 138+159+219=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A9FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9FDB is #756024. Grayscale: #9F9F9F. Windows color (decimal): -7692325 or 14393226. OLE color: 14393226.

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

Color convert

RGB138159219-
CMYK0.370.2700.14
HSL224.44º52.94%70%-
HSV(B)224.44º36.99%85.88%-
XYZ35.6735.3171.95-
YUV159.56161.54112.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.74%
GREEN value IS 159 (62.5% from 255) = 30.81%
BLUE value IS 219 (85.94% from 255) = 42.44%
R=26.74%
G=30.81%
B=42.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381592190.370.2700.14224.4452.9470
Hex8A9FDB251B0Ee03546
Octal212237333453301634065106
Binary1000101010011111110110111001011101101110111000001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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