Html Css Color HEX #9E99BE Logan

📋 copy color: '#9E99BE'

red 158 ◦ green 153 ◦ blue 190

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

Shades of Logan #9E99BE

Tints of Logan #9E99BE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.54%

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

R = 31.54%
G = 30.54%
B = 37.92%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E99BE (or 0x9E99BE) is known color: Logan. HEX triplet: 9E, 99 and BE. RGB value is (158,153,190). Sum of RGB (Red+Green+Blue) = 158+153+190=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E99BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E99BE is #616641. Grayscale: #9E9E9E. Windows color (decimal): -6383170 or 12491166. OLE color: 12491166.

HSL color Cylindrical-coordinate representation of color #9E99BE: hue angle of 248.11º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9E99BE is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 153 190 -
CMYK 0.17 0.19 0 0.25
HSL 248.11º 0.22% 0.67% -
HSV(B) 248.11º 0.19% 0.75% -
XYZ 34.79 33.77 53.4 -
YUV 158.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 158 153 190 0.17 0.19 0 0.25 248.11 0.22 0.67
Hex 9E 99 BE 11 13 0 19 F8 16 43
Octal 236 231 276 21 23 0 31 370 26 103
Binary 10011110 10011001 10111110 10001 10011 0 11001 11111000 10110 1000011

Color Harmonies of #9E99BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E99BE

Black with #9E99BE

Text Example


Text Example

White with #9E99BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,153,190); }

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

background-color css

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

 a { background-color: rgb(158,153,190); }

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

border-color css

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

 span { border-color: rgb(158,153,190); }

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