#999CAD

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

Shades of Logan #999CAD

Tints of Logan #999CAD

Color information

#999CAD (or 0x999CAD) is unknown color: approx Logan. HEX triplet: 99, 9C and AD. RGB value is (153,156,173). Sum of RGB (Red+Green+Blue) = 153+156+173=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 173 - color contains mainly: blue. Hex color #999CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999CAD is #666352. Grayscale: #9C9C9C. Windows color (decimal): -6710099 or 11377817. OLE color: 11377817.

HSL color Cylindrical-coordinate representation of color #999CAD: hue angle of 231º 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 #999CAD is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153156173-
CMYK0.120.1000.32
HSL231º10.87%63.92%-
HSV(B)231º11.56%67.84%-
XYZ32.5733.5744.3-
YUV157.04137.01125.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.74%
GREEN value IS 156 (61.33% from 255) = 32.37%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=31.74%
G=32.37%
B=35.89%

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
Decimal1531561730.120.1000.3223110.8763.92
Hex999CADCA020e7b40
Octal231234255141204034713100
Binary1001100110011100101011011100101001000001110011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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