Html Css Color HEX #85A7BF Nepal

📋 copy color: '#85A7BF'

red 133 ◦ green 167 ◦ blue 191

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

Shades of Nepal #85A7BF

Tints of Nepal #85A7BF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.01%

 BLUE value IS 191 (75% from 255) = 38.9%

R = 27.09%
G = 34.01%
B = 38.9%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#85A7BF (or 0x85A7BF) is known color: Nepal. HEX triplet: 85, A7 and BF. RGB value is (133,167,191). Sum of RGB (Red+Green+Blue) = 133+167+191=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #85A7BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A7BF is #7A5840. Grayscale: #9F9F9F. Windows color (decimal): -8017985 or 12560261. OLE color: 12560261.

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

Color convert

RGB 133 167 191 -
CMYK 0.30 0.13 0 0.25
HSL 204.83º 0.31% 0.64% -
HSV(B) 204.83º 0.3% 0.75% -
XYZ 32.9 36.39 54.58 -
YUV 159.57 145.74 109.05 -
System Red Green Blue C M Y K H S L
Decimal 133 167 191 0.30 0.13 0 0.25 204.83 0.31 0.64
Hex 85 A7 BF 1E D 0 19 CD 1F 40
Octal 205 247 277 36 15 0 31 315 37 100
Binary 10000101 10100111 10111111 11110 1101 0 11001 11001101 11111 1000000

Color Harmonies of #85A7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A7BF

Black with #85A7BF

Text Example


Text Example

White with #85A7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,167,191); }

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

background-color css

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

 a { background-color: rgb(133,167,191); }

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

border-color css

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

 span { border-color: rgb(133,167,191); }

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