#989CB6

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

Shades of Logan #989CB6

Tints of Logan #989CB6

Color information

#989CB6 (or 0x989CB6) is unknown color: approx Logan. HEX triplet: 98, 9C and B6. RGB value is (152,156,182). Sum of RGB (Red+Green+Blue) = 152+156+182=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 182 - color contains mainly: blue. Hex color #989CB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989CB6 is #676349. Grayscale: #9D9D9D. Windows color (decimal): -6775626 or 11967640. OLE color: 11967640.

HSL color Cylindrical-coordinate representation of color #989CB6: hue angle of 232º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #989CB6 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB152156182-
CMYK0.160.1400.29
HSL232º17.05%65.49%-
HSV(B)232º16.48%71.37%-
XYZ33.2833.8349.03-
YUV157.77141.67123.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.02%
GREEN value IS 156 (61.33% from 255) = 31.84%
BLUE value IS 182 (71.48% from 255) = 37.14%
R=31.02%
G=31.84%
B=37.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521561820.160.1400.2923217.0565.49
Hex989CB610E01De81141
Octal230234266201603535021101
Binary10011000100111001011011010000111001110111101000100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989CB6; }

 p { color: rgb(152,156,182); }

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

<style>
 a { background-color: #989CB6; }

 a { background-color: rgb(152,156,182); }

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

<style>
 span { border-color: #989CB6; }

 span { border-color: rgb(152,156,182); }

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