#989DBD

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

Shades of Logan #989DBD

Tints of Logan #989DBD

Color information

#989DBD (or 0x989DBD) is unknown color: approx Logan. HEX triplet: 98, 9D and BD. RGB value is (152,157,189). Sum of RGB (Red+Green+Blue) = 152+157+189=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #989DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DBD is #676242. Grayscale: #9F9F9F. Windows color (decimal): -6775363 or 12426648. OLE color: 12426648.

HSL color Cylindrical-coordinate representation of color #989DBD: hue angle of 231.89º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #989DBD is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB152157189-
CMYK0.200.1700.26
HSL231.89º21.89%66.86%-
HSV(B)231.89º19.58%74.12%-
XYZ34.1934.4652.99-
YUV159.15144.84122.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.52%
GREEN value IS 157 (61.72% from 255) = 31.53%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=30.52%
G=31.53%
B=37.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521571890.200.1700.26231.8921.8966.86
Hex989DBD141101Ae81643
Octal230235275242103235026103
Binary100110001001110110111101101001000101101011101000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,157,189); }

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

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

 a { background-color: rgb(152,157,189); }

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

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

 span { border-color: rgb(152,157,189); }

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