Html Css Color HEX #7EA4BE Nepal

📋 copy color: '#7EA4BE'

red 126 ◦ green 164 ◦ blue 190

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

Shades of Nepal #7EA4BE

Tints of Nepal #7EA4BE

RGB

 RED value IS 126 (49.61% from 255) = 26.25%

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

 BLUE value IS 190 (74.61% from 255) = 39.58%

R = 26.25%
G = 34.17%
B = 39.58%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7EA4BE (or 0x7EA4BE) is known color: Nepal. HEX triplet: 7E, A4 and BE. RGB value is (126,164,190). Sum of RGB (Red+Green+Blue) = 126+164+190=480 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.25% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #7EA4BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA4BE is #815B41. Grayscale: #9B9B9B. Windows color (decimal): -8477506 or 12493950. OLE color: 12493950.

HSL color Cylindrical-coordinate representation of color #7EA4BE: hue angle of 204.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EA4BE is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 164 190 -
CMYK 0.34 0.14 0 0.25
HSL 204.38º 0.33% 0.62% -
HSV(B) 204.38º 0.34% 0.75% -
XYZ 31.17 34.7 53.77 -
YUV 155.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 126 164 190 0.34 0.14 0 0.25 204.38 0.33 0.62
Hex 7E A4 BE 22 E 0 19 CC 21 3E
Octal 176 244 276 42 16 0 31 314 41 76
Binary 1111110 10100100 10111110 100010 1110 0 11001 11001100 100001 111110

Color Harmonies of #7EA4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA4BE

Black with #7EA4BE

Text Example


Text Example

White with #7EA4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7EA4BE; }

 p { color: rgb(126,164,190); }

 H1.HeaderClassName
 {
   color: #7EA4BE;
 }
 .AnyTagClassName
 {
   color: #7EA4BE;
 }
</style>

background-color css

<style>
 a { background-color: #7EA4BE; }

 a { background-color: rgb(126,164,190); }

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

border-color css

<style>
 span { border-color: #7EA4BE; }

 span { border-color: rgb(126,164,190); }

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