#94A8BD

Color #94A8BD Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #94A8BD

Tints of Nepal #94A8BD

Color information

#94A8BD (or 0x94A8BD) is unknown color: approx Nepal. HEX triplet: 94, A8 and BD. RGB value is (148,168,189). Sum of RGB (Red+Green+Blue) = 148+168+189=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #94A8BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A8BD is #6B5742. Grayscale: #A4A4A4. Windows color (decimal): -7034691 or 12429460. OLE color: 12429460.

HSL color Cylindrical-coordinate representation of color #94A8BD: hue angle of 210.73º 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 #94A8BD is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB148168189-
CMYK0.220.1100.26
HSL210.73º23.7%66.08%-
HSV(B)210.73º21.69%74.12%-
XYZ35.437.9853.61-
YUV164.41141.87116.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.31%
GREEN value IS 168 (66.02% from 255) = 33.27%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=29.31%
G=33.27%
B=37.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481681890.220.1100.26210.7323.766.08
Hex94A8BD16B01Ad31842
Octal224250275261303232330102
Binary10010100101010001011110110110101101101011010011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94A8BD;
 }
 .AnyTagClassName
 {
   color: #94A8BD;
 }
</style>
background-color css

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

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

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

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

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

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