Html Css Color HEX #85A5BE Nepal

📋 copy color: '#85A5BE'

red 133 ◦ green 165 ◦ blue 190

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

Shades of Nepal #85A5BE

Tints of Nepal #85A5BE

RGB

 RED value IS 133 (52.34% from 255) = 27.25%

 GREEN value IS 165 (64.84% from 255) = 33.81%

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 27.25%
G = 33.81%
B = 38.93%

CMYK

 C value IS 0.3

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#85A5BE (or 0x85A5BE) is known color: Nepal. HEX triplet: 85, A5 and BE. RGB value is (133,165,190). Sum of RGB (Red+Green+Blue) = 133+165+190=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #85A5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A5BE is #7A5A41. Grayscale: #9E9E9E. Windows color (decimal): -8018498 or 12494213. OLE color: 12494213.

HSL color Cylindrical-coordinate representation of color #85A5BE: hue angle of 206.32º 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 #85A5BE is Cyan = 0.3, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 165 190 -
CMYK 0.3 0.13 0 0.25
HSL 206.32º 0.3% 0.63% -
HSV(B) 206.32º 0.3% 0.75% -
XYZ 32.42 35.61 53.88 -
YUV 158.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 133 165 190 0.3 0.13 0 0.25 206.32 0.3 0.63
Hex 85 A5 BE 1E D 0 19 CE 1E 3F
Octal 205 245 276 36 15 0 31 316 36 77
Binary 10000101 10100101 10111110 11110 1101 0 11001 11001110 11110 111111

Color Harmonies of #85A5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A5BE

Black with #85A5BE

Text Example


Text Example

White with #85A5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85A5BE;
 }
 .AnyTagClassName
 {
   color: #85A5BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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