#989BBA

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

Shades of Logan #989BBA

Tints of Logan #989BBA

Color information

#989BBA (or 0x989BBA) is unknown color: approx Logan. HEX triplet: 98, 9B and BA. RGB value is (152,155,186). Sum of RGB (Red+Green+Blue) = 152+155+186=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #989BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BBA is #676445. Grayscale: #9D9D9D. Windows color (decimal): -6775878 or 12229528. OLE color: 12229528.

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

Color convert

RGB152155186-
CMYK0.180.1700.27
HSL234.71º19.77%66.27%-
HSV(B)234.71º18.28%72.94%-
XYZ33.5333.6651.18-
YUV157.64144.01123.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.83%
GREEN value IS 155 (60.94% from 255) = 31.44%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=30.83%
G=31.44%
B=37.73%

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
Decimal1521551860.180.1700.27234.7119.7766.27
Hex989BBA121101Beb1442
Octal230233272222103335324102
Binary100110001001101110111010100101000101101111101011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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