#9E98BE

Color #9E98BE Logan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Logan #9E98BE

Tints of Logan #9E98BE

Color information

#9E98BE (or 0x9E98BE) is unknown color: approx Logan. HEX triplet: 9E, 98 and BE. RGB value is (158,152,190). Sum of RGB (Red+Green+Blue) = 158+152+190=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E98BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E98BE is #616741. Grayscale: #9D9D9D. Windows color (decimal): -6383426 or 12490910. OLE color: 12490910.

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

Color convert

RGB158152190-
CMYK0.170.200.25
HSL249.47º22.62%67.06%-
HSV(B)249.47º20%74.51%-
XYZ34.6233.4453.35-
YUV158.13145.99127.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.6%
GREEN value IS 152 (59.77% from 255) = 30.4%
BLUE value IS 190 (74.61% from 255) = 38%
R=31.6%
G=30.4%
B=38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581521900.170.200.25249.4722.6267.06
Hex9E98BE1114019f91743
Octal236230276212403137127103
Binary100111101001100010111110100011010001100111111001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E98BE;
 }
 .AnyTagClassName
 {
   color: #9E98BE;
 }
</style>
background-color css

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

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

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

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

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

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