#9B9BBD

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

Shades of Logan #9B9BBD

Tints of Logan #9B9BBD

Color information

#9B9BBD (or 0x9B9BBD) is unknown color: approx Logan. HEX triplet: 9B, 9B and BD. RGB value is (155,155,189). Sum of RGB (Red+Green+Blue) = 155+155+189=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B9BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9BBD is #646442. Grayscale: #9E9E9E. Windows color (decimal): -6579267 or 12426139. OLE color: 12426139.

HSL color Cylindrical-coordinate representation of color #9B9BBD: hue angle of 240º 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 #9B9BBD is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB155155189-
CMYK0.180.1800.26
HSL240º20.48%67.45%-
HSV(B)240º17.99%74.12%-
XYZ34.4234.0952.91-
YUV158.88145125.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.06%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=31.06%
G=31.06%
B=37.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551551890.180.1800.2624020.4867.45
Hex9B9BBD121201Af01443
Octal233233275222203236024103
Binary100110111001101110111101100101001001101011110000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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