#90A3DB

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

Shades of Portage #90A3DB

Tints of Portage #90A3DB

Color information

#90A3DB (or 0x90A3DB) is unknown color: approx Portage. HEX triplet: 90, A3 and DB. RGB value is (144,163,219). Sum of RGB (Red+Green+Blue) = 144+163+219=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #90A3DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A3DB is #6F5C24. Grayscale: #A3A3A3. Windows color (decimal): -7298085 or 14394256. OLE color: 14394256.

HSL color Cylindrical-coordinate representation of color #90A3DB: hue angle of 224.8º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90A3DB is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144163219-
CMYK0.340.2600.14
HSL224.8º51.02%71.18%-
HSV(B)224.8º34.25%85.88%-
XYZ37.3837.2472.24-
YUV163.7159.21113.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.38%
GREEN value IS 163 (64.06% from 255) = 30.99%
BLUE value IS 219 (85.94% from 255) = 41.63%
R=27.38%
G=30.99%
B=41.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441632190.340.2600.14224.851.0271.18
Hex90A3DB221A0Ee13347
Octal220243333423201634163107
Binary1001000010100011110110111000101101001110111000011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90A3DB; }

 p { color: rgb(144,163,219); }

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

<style>
 a { background-color: #90A3DB; }

 a { background-color: rgb(144,163,219); }

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

<style>
 span { border-color: #90A3DB; }

 span { border-color: rgb(144,163,219); }

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