Html Css Color HEX #9E98BB Logan

📋 copy color: '#9E98BB'

red 158 ◦ green 152 ◦ blue 187

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

Shades of Logan #9E98BB

Tints of Logan #9E98BB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.58%

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

R = 31.79%
G = 30.58%
B = 37.63%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E98BB (or 0x9E98BB) is known color: Logan. HEX triplet: 9E, 98 and BB. RGB value is (158,152,187). Sum of RGB (Red+Green+Blue) = 158+152+187=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E98BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E98BB is #616744. Grayscale: #9D9D9D. Windows color (decimal): -6383429 or 12294302. OLE color: 12294302.

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

Color convert

RGB 158 152 187 -
CMYK 0.16 0.19 0 0.27
HSL 250.29º 0.2% 0.66% -
HSV(B) 250.29º 0.19% 0.73% -
XYZ 34.3 33.31 51.64 -
YUV 157.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 158 152 187 0.16 0.19 0 0.27 250.29 0.2 0.66
Hex 9E 98 BB 10 13 0 1B FA 14 42
Octal 236 230 273 20 23 0 33 372 24 102
Binary 10011110 10011000 10111011 10000 10011 0 11011 11111010 10100 1000010

Color Harmonies of #9E98BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E98BB

Black with #9E98BB

Text Example


Text Example

White with #9E98BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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