#999BAF

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

Shades of Logan #999BAF

Tints of Logan #999BAF

Color information

#999BAF (or 0x999BAF) is unknown color: approx Logan. HEX triplet: 99, 9B and AF. RGB value is (153,155,175). Sum of RGB (Red+Green+Blue) = 153+155+175=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #999BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999BAF is #666450. Grayscale: #9C9C9C. Windows color (decimal): -6710353 or 11508633. OLE color: 11508633.

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

Color convert

RGB153155175-
CMYK0.130.1100.31
HSL234.55º12.09%64.31%-
HSV(B)234.55º12.57%68.63%-
XYZ32.633.3145.27-
YUV156.68138.34125.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.68%
GREEN value IS 155 (60.94% from 255) = 32.09%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=31.68%
G=32.09%
B=36.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531551750.130.1100.31234.5512.0964.31
Hex999BAFDB01Febc40
Octal231233257151303735314100
Binary100110011001101110101111110110110111111110101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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