Html Css Color HEX #9EA0BB Logan

📋 copy color: '#9EA0BB'

red 158 ◦ green 160 ◦ blue 187

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

Shades of Logan #9EA0BB

Tints of Logan #9EA0BB

RGB

 RED value IS 158 (62.11% from 255) = 31.29%

 GREEN value IS 160 (62.89% from 255) = 31.68%

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

R = 31.29%
G = 31.68%
B = 37.03%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9EA0BB (or 0x9EA0BB) is known color: Logan. HEX triplet: 9E, A0 and BB. RGB value is (158,160,187). Sum of RGB (Red+Green+Blue) = 158+160+187=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EA0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA0BB is #615F44. Grayscale: #A2A2A2. Windows color (decimal): -6381381 or 12296350. OLE color: 12296350.

HSL color Cylindrical-coordinate representation of color #9EA0BB: hue angle of 235.86º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EA0BB is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 160 187 -
CMYK 0.16 0.14 0 0.27
HSL 235.86º 0.18% 0.68% -
HSV(B) 235.86º 0.16% 0.73% -
XYZ 35.64 36 52.08 -
YUV 162.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 158 160 187 0.16 0.14 0 0.27 235.86 0.18 0.68
Hex 9E A0 BB 10 E 0 1B EC 12 44
Octal 236 240 273 20 16 0 33 354 22 104
Binary 10011110 10100000 10111011 10000 1110 0 11011 11101100 10010 1000100

Color Harmonies of #9EA0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA0BB

Black with #9EA0BB

Text Example


Text Example

White with #9EA0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EA0BB; }

 p { color: rgb(158,160,187); }

 H1.HeaderClassName
 {
   color: #9EA0BB;
 }
 .AnyTagClassName
 {
   color: #9EA0BB;
 }
</style>

background-color css

<style>
 a { background-color: #9EA0BB; }

 a { background-color: rgb(158,160,187); }

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

border-color css

<style>
 span { border-color: #9EA0BB; }

 span { border-color: rgb(158,160,187); }

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