#9895BA

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

Shades of Logan #9895BA

Tints of Logan #9895BA

Color information

#9895BA (or 0x9895BA) is unknown color: approx Logan. HEX triplet: 98, 95 and BA. RGB value is (152,149,186). Sum of RGB (Red+Green+Blue) = 152+149+186=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #9895BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9895BA is #676A45. Grayscale: #999999. Windows color (decimal): -6777414 or 12227992. OLE color: 12227992.

HSL color Cylindrical-coordinate representation of color #9895BA: hue angle of 244.86º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9895BA is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152149186-
CMYK0.180.2000.27
HSL244.86º21.14%65.69%-
HSV(B)244.86º19.89%72.94%-
XYZ32.5631.7250.86-
YUV154.12145.99126.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.21%
GREEN value IS 149 (58.59% from 255) = 30.60%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=31.21%
G=30.60%
B=38.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521491860.180.2000.27244.8621.1465.69
Hex9895BA121401Bf51542
Octal230225272222403336525102
Binary100110001001010110111010100101010001101111110101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9895BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9895BA; }

 p { color: rgb(152,149,186); }

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

<style>
 a { background-color: #9895BA; }

 a { background-color: rgb(152,149,186); }

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

<style>
 span { border-color: #9895BA; }

 span { border-color: rgb(152,149,186); }

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