#9D9DB8

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

Shades of Logan #9D9DB8

Tints of Logan #9D9DB8

Color information

#9D9DB8 (or 0x9D9DB8) is unknown color: approx Logan. HEX triplet: 9D, 9D and B8. RGB value is (157,157,184). Sum of RGB (Red+Green+Blue) = 157+157+184=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 184 - color contains mainly: blue. Hex color #9D9DB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9DB8 is #626247. Grayscale: #9F9F9F. Windows color (decimal): -6447688 or 12098973. OLE color: 12098973.

HSL color Cylindrical-coordinate representation of color #9D9DB8: hue angle of 240º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D9DB8 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB157157184-
CMYK0.150.1500.28
HSL240º15.98%66.86%-
HSV(B)240º14.67%72.16%-
XYZ34.6134.7450.23-
YUV160.08141.5125.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.53%
GREEN value IS 157 (61.72% from 255) = 31.53%
BLUE value IS 184 (72.27% from 255) = 36.95%
R=31.53%
G=31.53%
B=36.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1571571840.150.1500.2824015.9866.86
Hex9D9DB8FF01Cf01043
Octal235235270171703436020103
Binary1001110110011101101110001111111101110011110000100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D9DB8; }

 p { color: rgb(157,157,184); }

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

<style>
 a { background-color: #9D9DB8; }

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

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

<style>
 span { border-color: #9D9DB8; }

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

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