#999BAD

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

Shades of Logan #999BAD

Tints of Logan #999BAD

Color information

#999BAD (or 0x999BAD) is unknown color: approx Logan. HEX triplet: 99, 9B and AD. RGB value is (153,155,173). Sum of RGB (Red+Green+Blue) = 153+155+173=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 173 - color contains mainly: blue. Hex color #999BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999BAD is #666452. Grayscale: #9C9C9C. Windows color (decimal): -6710355 or 11377561. OLE color: 11377561.

HSL color Cylindrical-coordinate representation of color #999BAD: hue angle of 234º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #999BAD is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153155173-
CMYK0.120.1000.32
HSL234º10.87%63.92%-
HSV(B)234º11.56%67.84%-
XYZ32.433.2344.24-
YUV156.45137.34125.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.81%
GREEN value IS 155 (60.94% from 255) = 32.22%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=31.81%
G=32.22%
B=35.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531551730.120.1000.3223410.8763.92
Hex999BADCA020eab40
Octal231233255141204035213100
Binary1001100110011011101011011100101001000001110101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999BAD; }

 p { color: rgb(153,155,173); }

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

<style>
 a { background-color: #999BAD; }

 a { background-color: rgb(153,155,173); }

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

<style>
 span { border-color: #999BAD; }

 span { border-color: rgb(153,155,173); }

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