#989ABE

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

Shades of Logan #989ABE

Tints of Logan #989ABE

Color information

#989ABE (or 0x989ABE) is unknown color: approx Logan. HEX triplet: 98, 9A and BE. RGB value is (152,154,190). Sum of RGB (Red+Green+Blue) = 152+154+190=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #989ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ABE is #676541. Grayscale: #9D9D9D. Windows color (decimal): -6776130 or 12491416. OLE color: 12491416.

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

Color convert

RGB152154190-
CMYK0.20.1900.25
HSL236.84º22.62%67.06%-
HSV(B)236.84º20%74.51%-
XYZ33.833.553.4-
YUV157.51146.34124.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.65%
GREEN value IS 154 (60.55% from 255) = 31.05%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=30.65%
G=31.05%
B=38.31%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521541900.20.1900.25236.8422.6267.06
Hex989ABE1413019ed1743
Octal230232276242303135527103
Binary100110001001101010111110101001001101100111101101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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