#9BA0BD

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

Shades of Logan #9BA0BD

Tints of Logan #9BA0BD

Color information

#9BA0BD (or 0x9BA0BD) is unknown color: approx Logan. HEX triplet: 9B, A0 and BD. RGB value is (155,160,189). Sum of RGB (Red+Green+Blue) = 155+160+189=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #9BA0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA0BD is #645F42. Grayscale: #A1A1A1. Windows color (decimal): -6577987 or 12427419. OLE color: 12427419.

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

Color convert

RGB155160189-
CMYK0.180.1500.26
HSL231.18º20.48%67.45%-
HSV(B)231.18º17.99%74.12%-
XYZ35.2735.7853.19-
YUV161.81143.34123.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.75%
GREEN value IS 160 (62.89% from 255) = 31.75%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=30.75%
G=31.75%
B=37.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551601890.180.1500.26231.1820.4867.45
Hex9BA0BD12F01Ae71443
Octal233240275221703234724103
Binary10011011101000001011110110010111101101011100111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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