#999CAF

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

Shades of Logan #999CAF

Tints of Logan #999CAF

Color information

#999CAF (or 0x999CAF) is unknown color: approx Logan. HEX triplet: 99, 9C and AF. RGB value is (153,156,175). Sum of RGB (Red+Green+Blue) = 153+156+175=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 175 - color contains mainly: blue. Hex color #999CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999CAF is #666350. Grayscale: #9D9D9D. Windows color (decimal): -6710097 or 11508889. OLE color: 11508889.

HSL color Cylindrical-coordinate representation of color #999CAF: hue angle of 231.82º 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 #999CAF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB153156175-
CMYK0.130.1100.31
HSL231.82º12.09%64.31%-
HSV(B)231.82º12.57%68.63%-
XYZ32.7633.6445.32-
YUV157.27138.01124.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.61%
GREEN value IS 156 (61.33% from 255) = 32.23%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=31.61%
G=32.23%
B=36.16%

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
Decimal1531561750.130.1100.31231.8212.0964.31
Hex999CAFDB01Fe8c40
Octal231234257151303735014100
Binary100110011001110010101111110110110111111110100011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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