#92A5B4

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

Shades of Nepal #92A5B4

Tints of Nepal #92A5B4

Color information

#92A5B4 (or 0x92A5B4) is unknown color: approx Nepal. HEX triplet: 92, A5 and B4. RGB value is (146,165,180). Sum of RGB (Red+Green+Blue) = 146+165+180=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 180 - color contains mainly: blue. Hex color #92A5B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A5B4 is #6D5A4B. Grayscale: #A0A0A0. Windows color (decimal): -7166540 or 11838866. OLE color: 11838866.

HSL color Cylindrical-coordinate representation of color #92A5B4: hue angle of 206.47º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92A5B4 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB146165180-
CMYK0.190.0800.29
HSL206.47º18.48%63.92%-
HSV(B)206.47º18.89%70.59%-
XYZ33.5536.3248.42-
YUV161.03138.71117.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.74%
GREEN value IS 165 (64.84% from 255) = 33.60%
BLUE value IS 180 (70.70% from 255) = 36.66%
R=29.74%
G=33.60%
B=36.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461651800.190.0800.29206.4718.4863.92
Hex92A5B413801Dce1240
Octal222245264231003531622100
Binary10010010101001011011010010011100001110111001110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92A5B4; }

 p { color: rgb(146,165,180); }

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

<style>
 a { background-color: #92A5B4; }

 a { background-color: rgb(146,165,180); }

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

<style>
 span { border-color: #92A5B4; }

 span { border-color: rgb(146,165,180); }

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