#989ABC

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

Shades of Logan #989ABC

Tints of Logan #989ABC

Color information

#989ABC (or 0x989ABC) is unknown color: approx Logan. HEX triplet: 98, 9A and BC. RGB value is (152,154,188). Sum of RGB (Red+Green+Blue) = 152+154+188=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #989ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ABC is #676543. Grayscale: #9D9D9D. Windows color (decimal): -6776132 or 12360344. OLE color: 12360344.

HSL color Cylindrical-coordinate representation of color #989ABC: hue angle of 236.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #989ABC is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB152154188-
CMYK0.190.1800.26
HSL236.67º21.18%66.67%-
HSV(B)236.67º19.15%73.73%-
XYZ33.5833.4252.26-
YUV157.28145.34124.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.77%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=30.77%
G=31.17%
B=38.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521541880.190.1800.26236.6721.1866.67
Hex989ABC131201Aed1543
Octal230232274232203235525103
Binary100110001001101010111100100111001001101011101101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,154,188); }

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

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

 a { background-color: rgb(152,154,188); }

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

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

 span { border-color: rgb(152,154,188); }

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