#92A6B3

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

Shades of Nepal #92A6B3

Tints of Nepal #92A6B3

Color information

#92A6B3 (or 0x92A6B3) is unknown color: approx Nepal. HEX triplet: 92, A6 and B3. RGB value is (146,166,179). Sum of RGB (Red+Green+Blue) = 146+166+179=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 179 - color contains mainly: blue. Hex color #92A6B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A6B3 is #6D594C. Grayscale: #A1A1A1. Windows color (decimal): -7166285 or 11773586. OLE color: 11773586.

HSL color Cylindrical-coordinate representation of color #92A6B3: hue angle of 203.64º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92A6B3 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB146166179-
CMYK0.180.0700.30
HSL203.64º17.84%63.73%-
HSV(B)203.64º18.44%70.2%-
XYZ33.6336.6447.95-
YUV161.5137.87116.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.74%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 179 (70.31% from 255) = 36.46%
R=29.74%
G=33.81%
B=36.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1461661790.180.0700.30203.6417.8463.73
Hex92A6B312701Ecc1240
Octal22224626322703631422100
Binary1001001010100110101100111001011101111011001100100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,166,179); }

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

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

 a { background-color: rgb(146,166,179); }

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

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

 span { border-color: rgb(146,166,179); }

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