#989BBC

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

Shades of Logan #989BBC

Tints of Logan #989BBC

Color information

#989BBC (or 0x989BBC) is unknown color: approx Logan. HEX triplet: 98, 9B and BC. RGB value is (152,155,188). Sum of RGB (Red+Green+Blue) = 152+155+188=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #989BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BBC is #676443. Grayscale: #9D9D9D. Windows color (decimal): -6775876 or 12360600. OLE color: 12360600.

HSL color Cylindrical-coordinate representation of color #989BBC: hue angle of 235º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #989BBC is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB152155188-
CMYK0.190.1800.26
HSL235º21.18%66.67%-
HSV(B)235º19.15%73.73%-
XYZ33.7533.7552.31-
YUV157.86145.01123.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.71%
GREEN value IS 155 (60.94% from 255) = 31.31%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=30.71%
G=31.31%
B=37.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521551880.190.1800.2623521.1866.67
Hex989BBC131201Aeb1543
Octal230233274232203235325103
Binary100110001001101110111100100111001001101011101011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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