#85A4BE

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

Shades of Nepal #85A4BE

Tints of Nepal #85A4BE

Color information

#85A4BE (or 0x85A4BE) is unknown color: approx Nepal. HEX triplet: 85, A4 and BE. RGB value is (133,164,190). Sum of RGB (Red+Green+Blue) = 133+164+190=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #85A4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A4BE is #7A5B41. Grayscale: #9D9D9D. Windows color (decimal): -8018754 or 12493957. OLE color: 12493957.

HSL color Cylindrical-coordinate representation of color #85A4BE: hue angle of 207.37º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85A4BE is Cyan = 0.3, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133164190-
CMYK0.30.1400.25
HSL207.37º30.48%63.33%-
HSV(B)207.37º30%74.51%-
XYZ32.2435.2653.82-
YUV157.7146.23110.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.31%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=27.31%
G=33.68%
B=39.01%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331641900.30.1400.25207.3730.4863.33
Hex85A4BE1EE019cf1e3f
Octal20524427636160313173677
Binary1000010110100100101111101111011100110011100111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A4BE; }

 p { color: rgb(133,164,190); }

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

<style>
 a { background-color: #85A4BE; }

 a { background-color: rgb(133,164,190); }

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

<style>
 span { border-color: #85A4BE; }

 span { border-color: rgb(133,164,190); }

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