Html Css Color HEX #94A7BA Nepal

📋 copy color: '#94A7BA'

red 148 ◦ green 167 ◦ blue 186

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

Shades of Nepal #94A7BA

Tints of Nepal #94A7BA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.33%

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 29.54%
G = 33.33%
B = 37.13%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#94A7BA (or 0x94A7BA) is known color: Nepal. HEX triplet: 94, A7 and BA. RGB value is (148,167,186). Sum of RGB (Red+Green+Blue) = 148+167+186=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #94A7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A7BA is #6B5845. Grayscale: #A3A3A3. Windows color (decimal): -7034950 or 12232596. OLE color: 12232596.

HSL color Cylindrical-coordinate representation of color #94A7BA: hue angle of 210º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94A7BA is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 167 186 -
CMYK 0.20 0.10 0 0.27
HSL 210º 0.22% 0.65% -
HSV(B) 210º 0.2% 0.73% -
XYZ 34.89 37.48 51.85 -
YUV 163.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 148 167 186 0.20 0.10 0 0.27 210 0.22 0.65
Hex 94 A7 BA 14 A 0 1B D2 16 41
Octal 224 247 272 24 12 0 33 322 26 101
Binary 10010100 10100111 10111010 10100 1010 0 11011 11010010 10110 1000001

Color Harmonies of #94A7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A7BA

Black with #94A7BA

Text Example


Text Example

White with #94A7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,167,186); }

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

background-color css

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

 a { background-color: rgb(148,167,186); }

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

border-color css

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

 span { border-color: rgb(148,167,186); }

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