#999DB2

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

Shades of Logan #999DB2

Tints of Logan #999DB2

Color information

#999DB2 (or 0x999DB2) is unknown color: approx Logan. HEX triplet: 99, 9D and B2. RGB value is (153,157,178). Sum of RGB (Red+Green+Blue) = 153+157+178=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 178 - color contains mainly: blue. Hex color #999DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999DB2 is #66624D. Grayscale: #9E9E9E. Windows color (decimal): -6709838 or 11705753. OLE color: 11705753.

HSL color Cylindrical-coordinate representation of color #999DB2: hue angle of 230.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #999DB2 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB153157178-
CMYK0.140.1200.30
HSL230.4º13.97%64.9%-
HSV(B)230.4º14.04%69.8%-
XYZ33.2334.146.95-
YUV158.2139.17124.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.35%
GREEN value IS 157 (61.72% from 255) = 32.17%
BLUE value IS 178 (69.92% from 255) = 36.48%
R=31.35%
G=32.17%
B=36.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1531571780.140.1200.30230.413.9764.9
Hex999DB2EC01Ee6e41
Octal231235262161403634616101
Binary100110011001110110110010111011000111101110011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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