Html Css Color HEX #93A9BB Nepal

📋 copy color: '#93A9BB'

red 147 ◦ green 169 ◦ blue 187

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

Shades of Nepal #93A9BB

Tints of Nepal #93A9BB

RGB

 RED value IS 147 (57.81% from 255) = 29.22%

 GREEN value IS 169 (66.41% from 255) = 33.6%

 BLUE value IS 187 (73.44% from 255) = 37.18%

R = 29.22%
G = 33.6%
B = 37.18%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#93A9BB (or 0x93A9BB) is known color: Nepal. HEX triplet: 93, A9 and BB. RGB value is (147,169,187). Sum of RGB (Red+Green+Blue) = 147+169+187=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #93A9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A9BB is #6C5644. Grayscale: #A4A4A4. Windows color (decimal): -7099973 or 12298643. OLE color: 12298643.

HSL color Cylindrical-coordinate representation of color #93A9BB: hue angle of 207º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93A9BB is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 169 187 -
CMYK 0.21 0.10 0 0.27
HSL 207º 0.23% 0.65% -
HSV(B) 207º 0.21% 0.73% -
XYZ 35.19 38.17 52.53 -
YUV 164.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 147 169 187 0.21 0.10 0 0.27 207 0.23 0.65
Hex 93 A9 BB 15 A 0 1B CF 17 41
Octal 223 251 273 25 12 0 33 317 27 101
Binary 10010011 10101001 10111011 10101 1010 0 11011 11001111 10111 1000001

Color Harmonies of #93A9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A9BB

Black with #93A9BB

Text Example


Text Example

White with #93A9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93A9BB; }

 p { color: rgb(147,169,187); }

 H1.HeaderClassName
 {
   color: #93A9BB;
 }
 .AnyTagClassName
 {
   color: #93A9BB;
 }
</style>

background-color css

<style>
 a { background-color: #93A9BB; }

 a { background-color: rgb(147,169,187); }

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

border-color css

<style>
 span { border-color: #93A9BB; }

 span { border-color: rgb(147,169,187); }

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