#9D9CBC

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

Shades of Logan #9D9CBC

Tints of Logan #9D9CBC

Color information

#9D9CBC (or 0x9D9CBC) is unknown color: approx Logan. HEX triplet: 9D, 9C and BC. RGB value is (157,156,188). Sum of RGB (Red+Green+Blue) = 157+156+188=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D9CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9CBC is #626343. Grayscale: #9F9F9F. Windows color (decimal): -6447940 or 12360861. OLE color: 12360861.

HSL color Cylindrical-coordinate representation of color #9D9CBC: hue angle of 241.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D9CBC is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB157156188-
CMYK0.160.1700.26
HSL241.88º19.28%67.45%-
HSV(B)241.88º17.02%73.73%-
XYZ34.8734.5852.41-
YUV159.95143.83125.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.34%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 188 (73.83% from 255) = 37.52%
R=31.34%
G=31.14%
B=37.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571561880.160.1700.26241.8819.2867.45
Hex9D9CBC101101Af21343
Octal235234274202103236223103
Binary100111011001110010111100100001000101101011110010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,156,188); }

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

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

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

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

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

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

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