Html Css Color HEX #93A9BE Nepal

📋 copy color: '#93A9BE'

red 147 ◦ green 169 ◦ blue 190

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

Shades of Nepal #93A9BE

Tints of Nepal #93A9BE

RGB

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

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

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

R = 29.05%
G = 33.4%
B = 37.55%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#93A9BE (or 0x93A9BE) is known color: Nepal. HEX triplet: 93, A9 and BE. RGB value is (147,169,190). Sum of RGB (Red+Green+Blue) = 147+169+190=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #93A9BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A9BE is #6C5641. Grayscale: #A4A4A4. Windows color (decimal): -7099970 or 12495251. OLE color: 12495251.

HSL color Cylindrical-coordinate representation of color #93A9BE: hue angle of 209.3º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93A9BE is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 169 190 -
CMYK 0.23 0.11 0 0.25
HSL 209.3º 0.25% 0.66% -
HSV(B) 209.3º 0.23% 0.75% -
XYZ 35.51 38.3 54.24 -
YUV 164.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 147 169 190 0.23 0.11 0 0.25 209.3 0.25 0.66
Hex 93 A9 BE 17 B 0 19 D1 19 42
Octal 223 251 276 27 13 0 31 321 31 102
Binary 10010011 10101001 10111110 10111 1011 0 11001 11010001 11001 1000010

Color Harmonies of #93A9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A9BE

Black with #93A9BE

Text Example


Text Example

White with #93A9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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