#989CBE

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

Shades of Logan #989CBE

Tints of Logan #989CBE

Color information

#989CBE (or 0x989CBE) is unknown color: approx Logan. HEX triplet: 98, 9C and BE. RGB value is (152,156,190). Sum of RGB (Red+Green+Blue) = 152+156+190=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #989CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989CBE is #676341. Grayscale: #9E9E9E. Windows color (decimal): -6775618 or 12491928. OLE color: 12491928.

HSL color Cylindrical-coordinate representation of color #989CBE: hue angle of 233.68º 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 #989CBE is Cyan = 0.2, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152156190-
CMYK0.20.1800.25
HSL233.68º22.62%67.06%-
HSV(B)233.68º20%74.51%-
XYZ34.1334.1753.51-
YUV158.68145.67123.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.52%
GREEN value IS 156 (61.33% from 255) = 31.33%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=30.52%
G=31.33%
B=38.15%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521561900.20.1800.25233.6822.6267.06
Hex989CBE1412019ea1743
Octal230234276242203135227103
Binary100110001001110010111110101001001001100111101010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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