#999DB4

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

Shades of Logan #999DB4

Tints of Logan #999DB4

Color information

#999DB4 (or 0x999DB4) is unknown color: approx Logan. HEX triplet: 99, 9D and B4. RGB value is (153,157,180). Sum of RGB (Red+Green+Blue) = 153+157+180=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 180 - color contains mainly: blue. Hex color #999DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DB4 is #66624B. Grayscale: #9E9E9E. Windows color (decimal): -6709836 or 11836825. OLE color: 11836825.

HSL color Cylindrical-coordinate representation of color #999DB4: hue angle of 231.11º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #999DB4 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB153157180-
CMYK0.150.1300.29
HSL231.11º15.25%65.29%-
HSV(B)231.11º15%70.59%-
XYZ33.4334.1848.02-
YUV158.43140.17124.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.22%
GREEN value IS 157 (61.72% from 255) = 32.04%
BLUE value IS 180 (70.70% from 255) = 36.73%
R=31.22%
G=32.04%
B=36.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531571800.150.1300.29231.1115.2565.29
Hex999DB4FD01De7f41
Octal231235264171503534717101
Binary100110011001110110110100111111010111011110011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,157,180); }

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

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

 a { background-color: rgb(153,157,180); }

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

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

 span { border-color: rgb(153,157,180); }

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