#9B9EBF

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

Shades of Logan #9B9EBF

Tints of Logan #9B9EBF

Color information

#9B9EBF (or 0x9B9EBF) is unknown color: approx Logan. HEX triplet: 9B, 9E and BF. RGB value is (155,158,191). Sum of RGB (Red+Green+Blue) = 155+158+191=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B9EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9EBF is #646140. Grayscale: #A0A0A0. Windows color (decimal): -6578497 or 12557979. OLE color: 12557979.

HSL color Cylindrical-coordinate representation of color #9B9EBF: hue angle of 235º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9B9EBF is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155158191-
CMYK0.190.1700.25
HSL235º21.95%67.84%-
HSV(B)235º18.85%74.9%-
XYZ35.1535.1854.23-
YUV160.86145.01123.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.75%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 191 (75% from 255) = 37.90%
R=30.75%
G=31.35%
B=37.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551581910.190.1700.2523521.9567.84
Hex9B9EBF1311019eb1644
Octal233236277232103135326104
Binary100110111001111010111111100111000101100111101011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,158,191); }

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

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

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

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

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

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

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