Html Css Color HEX #90A4B4 Nepal

📋 copy color: '#90A4B4'

red 144 ◦ green 164 ◦ blue 180

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

Shades of Nepal #90A4B4

Tints of Nepal #90A4B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.89%

R = 29.51%
G = 33.61%
B = 36.89%

CMYK

 C value IS 0.2

 M value IS 0.09

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#90A4B4 (or 0x90A4B4) is known color: Nepal. HEX triplet: 90, A4 and B4. RGB value is (144,164,180). Sum of RGB (Red+Green+Blue) = 144+164+180=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 180 - color contains mainly: blue. Hex color #90A4B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A4B4 is #6F5B4B. Grayscale: #9F9F9F. Windows color (decimal): -7297868 or 11838608. OLE color: 11838608.

HSL color Cylindrical-coordinate representation of color #90A4B4: hue angle of 206.67º 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 #90A4B4 is Cyan = 0.2, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 164 180 -
CMYK 0.2 0.09 0 0.29
HSL 206.67º 0.19% 0.64% -
HSV(B) 206.67º 0.2% 0.71% -
XYZ 33.02 35.78 48.35 -
YUV 159.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 144 164 180 0.2 0.09 0 0.29 206.67 0.19 0.64
Hex 90 A4 B4 14 9 0 1D CF 13 40
Octal 220 244 264 24 11 0 35 317 23 100
Binary 10010000 10100100 10110100 10100 1001 0 11101 11001111 10011 1000000

Color Harmonies of #90A4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A4B4

Black with #90A4B4

Text Example


Text Example

White with #90A4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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