Html Css Color HEX #90A4B6 Nepal

📋 copy color: '#90A4B6'

red 144 ◦ green 164 ◦ blue 182

#90A4B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #90A4B6

Tints of Nepal #90A4B6

RGB

 RED value IS 144 (56.64% from 255) = 29.39%

 GREEN value IS 164 (64.45% from 255) = 33.47%

 BLUE value IS 182 (71.48% from 255) = 37.14%

R = 29.39%
G = 33.47%
B = 37.14%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#90A4B6 (or 0x90A4B6) is known color: Nepal. HEX triplet: 90, A4 and B6. RGB value is (144,164,182). Sum of RGB (Red+Green+Blue) = 144+164+182=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 182 - color contains mainly: blue. Hex color #90A4B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A4B6 is #6F5B49. Grayscale: #9F9F9F. Windows color (decimal): -7297866 or 11969680. OLE color: 11969680.

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

Color convert

RGB 144 164 182 -
CMYK 0.21 0.10 0 0.29
HSL 208.42º 0.21% 0.64% -
HSV(B) 208.42º 0.21% 0.71% -
XYZ 33.22 35.86 49.43 -
YUV 160.07 140.37 116.54 -
System Red Green Blue C M Y K H S L
Decimal 144 164 182 0.21 0.10 0 0.29 208.42 0.21 0.64
Hex 90 A4 B6 15 A 0 1D D0 15 40
Octal 220 244 266 25 12 0 35 320 25 100
Binary 10010000 10100100 10110110 10101 1010 0 11101 11010000 10101 1000000

Color Harmonies of #90A4B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A4B6

Black with #90A4B6

Text Example


Text Example

White with #90A4B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,164,182); }

 H1.HeaderClassName
 {
   color: #90A4B6;
 }
 .AnyTagClassName
 {
   color: #90A4B6;
 }
</style>

background-color css

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

 a { background-color: rgb(144,164,182); }

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

border-color css

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

 span { border-color: rgb(144,164,182); }

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