#989ABA

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

Shades of Logan #989ABA

Tints of Logan #989ABA

Color information

#989ABA (or 0x989ABA) is unknown color: approx Logan. HEX triplet: 98, 9A and BA. RGB value is (152,154,186). Sum of RGB (Red+Green+Blue) = 152+154+186=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #989ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ABA is #676545. Grayscale: #9C9C9C. Windows color (decimal): -6776134 or 12229272. OLE color: 12229272.

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

Color convert

RGB152154186-
CMYK0.180.1700.27
HSL236.47º19.77%66.27%-
HSV(B)236.47º18.28%72.94%-
XYZ33.3733.3351.13-
YUV157.05144.34124.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.89%
GREEN value IS 154 (60.55% from 255) = 31.30%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=30.89%
G=31.30%
B=37.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521541860.180.1700.27236.4719.7766.27
Hex989ABA121101Bec1442
Octal230232272222103335424102
Binary100110001001101010111010100101000101101111101100101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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