Html Css Color HEX #94A9BD Nepal

📋 copy color: '#94A9BD'

red 148 ◦ green 169 ◦ blue 189

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

Shades of Nepal #94A9BD

Tints of Nepal #94A9BD

RGB

 RED value IS 148 (58.2% from 255) = 29.25%

 GREEN value IS 169 (66.41% from 255) = 33.4%

 BLUE value IS 189 (74.22% from 255) = 37.35%

R = 29.25%
G = 33.4%
B = 37.35%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#94A9BD (or 0x94A9BD) is known color: Nepal. HEX triplet: 94, A9 and BD. RGB value is (148,169,189). Sum of RGB (Red+Green+Blue) = 148+169+189=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #94A9BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A9BD is #6B5642. Grayscale: #A4A4A4. Windows color (decimal): -7034435 or 12429716. OLE color: 12429716.

HSL color Cylindrical-coordinate representation of color #94A9BD: hue angle of 209.27º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94A9BD is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 169 189 -
CMYK 0.22 0.11 0 0.26
HSL 209.27º 0.24% 0.66% -
HSV(B) 209.27º 0.22% 0.74% -
XYZ 35.59 38.35 53.67 -
YUV 165 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 148 169 189 0.22 0.11 0 0.26 209.27 0.24 0.66
Hex 94 A9 BD 16 B 0 1A D1 18 42
Octal 224 251 275 26 13 0 32 321 30 102
Binary 10010100 10101001 10111101 10110 1011 0 11010 11010001 11000 1000010

Color Harmonies of #94A9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A9BD

Black with #94A9BD

Text Example


Text Example

White with #94A9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A9BD; }

 p { color: rgb(148,169,189); }

 H1.HeaderClassName
 {
   color: #94A9BD;
 }
 .AnyTagClassName
 {
   color: #94A9BD;
 }
</style>

background-color css

<style>
 a { background-color: #94A9BD; }

 a { background-color: rgb(148,169,189); }

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

border-color css

<style>
 span { border-color: #94A9BD; }

 span { border-color: rgb(148,169,189); }

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