#90A3B4

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

Shades of Nepal #90A3B4

Tints of Nepal #90A3B4

Color information

#90A3B4 (or 0x90A3B4) is unknown color: approx Nepal. HEX triplet: 90, A3 and B4. RGB value is (144,163,180). Sum of RGB (Red+Green+Blue) = 144+163+180=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 180 - color contains mainly: blue. Hex color #90A3B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A3B4 is #6F5C4B. Grayscale: #9F9F9F. Windows color (decimal): -7298124 or 11838352. OLE color: 11838352.

HSL color Cylindrical-coordinate representation of color #90A3B4: hue angle of 208.33º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90A3B4 is Cyan = 0.2, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB144163180-
CMYK0.20.0900.29
HSL208.33º19.35%63.53%-
HSV(B)208.33º20%70.59%-
XYZ32.8435.4248.29-
YUV159.26139.71117.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.57%
GREEN value IS 163 (64.06% from 255) = 33.47%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=29.57%
G=33.47%
B=36.96%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441631800.20.0900.29208.3319.3563.53
Hex90A3B414901Dd01340
Octal220243264241103532023100
Binary10010000101000111011010010100100101110111010000100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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