#9E98BF

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

Shades of Logan #9E98BF

Tints of Logan #9E98BF

Color information

#9E98BF (or 0x9E98BF) is unknown color: approx Logan. HEX triplet: 9E, 98 and BF. RGB value is (158,152,191). Sum of RGB (Red+Green+Blue) = 158+152+191=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E98BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E98BF is #616740. Grayscale: #9E9E9E. Windows color (decimal): -6383425 or 12556446. OLE color: 12556446.

HSL color Cylindrical-coordinate representation of color #9E98BF: hue angle of 249.23º 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 #9E98BF is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158152191-
CMYK0.170.2000.25
HSL249.23º23.35%67.25%-
HSV(B)249.23º20.42%74.9%-
XYZ34.7333.4953.92-
YUV158.24146.49127.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.54%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 191 (75% from 255) = 38.12%
R=31.54%
G=30.34%
B=38.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581521910.170.2000.25249.2323.3567.25
Hex9E98BF1114019f91743
Octal236230277212403137127103
Binary100111101001100010111111100011010001100111111001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E98BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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