#9998B0

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

Shades of Logan #9998B0

Tints of Logan #9998B0

Color information

#9998B0 (or 0x9998B0) is unknown color: approx Logan. HEX triplet: 99, 98 and B0. RGB value is (153,152,176). Sum of RGB (Red+Green+Blue) = 153+152+176=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 176 - color contains mainly: blue. Hex color #9998B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9998B0 is #66674F. Grayscale: #9A9A9A. Windows color (decimal): -6711120 or 11573401. OLE color: 11573401.

HSL color Cylindrical-coordinate representation of color #9998B0: hue angle of 242.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9998B0 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB153152176-
CMYK0.130.1400.31
HSL242.5º13.19%64.31%-
HSV(B)242.5º13.64%69.02%-
XYZ32.232.3645.62-
YUV155.04139.83126.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.81%
GREEN value IS 152 (59.77% from 255) = 31.60%
BLUE value IS 176 (69.14% from 255) = 36.59%
R=31.81%
G=31.60%
B=36.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531521760.130.1400.31242.513.1964.31
Hex9998B0DE01Ff2d40
Octal231230260151603736215100
Binary100110011001100010110000110111100111111111001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9998B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9998B0; }

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

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

<style>
 a { background-color: #9998B0; }

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

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

<style>
 span { border-color: #9998B0; }

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

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