#9899BB

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

Shades of Logan #9899BB

Tints of Logan #9899BB

Color information

#9899BB (or 0x9899BB) is unknown color: approx Logan. HEX triplet: 98, 99 and BB. RGB value is (152,153,187). Sum of RGB (Red+Green+Blue) = 152+153+187=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #9899BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899BB is #676644. Grayscale: #9C9C9C. Windows color (decimal): -6776389 or 12294552. OLE color: 12294552.

HSL color Cylindrical-coordinate representation of color #9899BB: hue angle of 238.29º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9899BB is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152153187-
CMYK0.190.1800.27
HSL238.29º20.47%66.47%-
HSV(B)238.29º18.72%73.33%-
XYZ33.3133.0551.64-
YUV156.58145.17124.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.89%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=30.89%
G=31.10%
B=38.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521531870.190.1800.27238.2920.4766.47
Hex9899BB131201Bee1442
Octal230231273232203335624102
Binary100110001001100110111011100111001001101111101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9899BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9899BB; }

 p { color: rgb(152,153,187); }

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

<style>
 a { background-color: #9899BB; }

 a { background-color: rgb(152,153,187); }

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

<style>
 span { border-color: #9899BB; }

 span { border-color: rgb(152,153,187); }

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