#989CBA

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

Shades of Logan #989CBA

Tints of Logan #989CBA

Color information

#989CBA (or 0x989CBA) is unknown color: approx Logan. HEX triplet: 98, 9C and BA. RGB value is (152,156,186). Sum of RGB (Red+Green+Blue) = 152+156+186=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #989CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989CBA is #676345. Grayscale: #9E9E9E. Windows color (decimal): -6775622 or 12229784. OLE color: 12229784.

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

Color convert

RGB152156186-
CMYK0.180.1600.27
HSL232.94º19.77%66.27%-
HSV(B)232.94º18.28%72.94%-
XYZ33.73451.24-
YUV158.22143.67123.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.77%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=30.77%
G=31.58%
B=37.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521561860.180.1600.27232.9419.7766.27
Hex989CBA121001Be91442
Octal230234272222003335124102
Binary100110001001110010111010100101000001101111101001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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