#9B9CBD

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

Shades of Logan #9B9CBD

Tints of Logan #9B9CBD

Color information

#9B9CBD (or 0x9B9CBD) is unknown color: approx Logan. HEX triplet: 9B, 9C and BD. RGB value is (155,156,189). Sum of RGB (Red+Green+Blue) = 155+156+189=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B9CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9CBD is #646342. Grayscale: #9F9F9F. Windows color (decimal): -6579011 or 12426395. OLE color: 12426395.

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

Color convert

RGB155156189-
CMYK0.180.1700.26
HSL238.24º20.48%67.45%-
HSV(B)238.24º17.99%74.12%-
XYZ34.5934.4252.96-
YUV159.46144.67124.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31%
GREEN value IS 156 (61.33% from 255) = 31.2%
BLUE value IS 189 (74.22% from 255) = 37.8%
R=31%
G=31.2%
B=37.8%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551561890.180.1700.26238.2420.4867.45
Hex9B9CBD121101Aee1443
Octal233234275222103235624103
Binary100110111001110010111101100101000101101011101110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,156,189); }

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

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

 a { background-color: rgb(155,156,189); }

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

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

 span { border-color: rgb(155,156,189); }

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