#9B9EBE

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

Shades of Logan #9B9EBE

Tints of Logan #9B9EBE

Color information

#9B9EBE (or 0x9B9EBE) is unknown color: approx Logan. HEX triplet: 9B, 9E and BE. RGB value is (155,158,190). Sum of RGB (Red+Green+Blue) = 155+158+190=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B9EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9EBE is #646141. Grayscale: #A0A0A0. Windows color (decimal): -6578498 or 12492443. OLE color: 12492443.

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

Color convert

RGB155158190-
CMYK0.180.1700.25
HSL234.86º21.21%67.65%-
HSV(B)234.86º18.42%74.51%-
XYZ35.0435.1453.65-
YUV160.75144.51123.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.82%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=30.82%
G=31.41%
B=37.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551581900.180.1700.25234.8621.2167.65
Hex9B9EBE1211019eb1544
Octal233236276222103135325104
Binary100110111001111010111110100101000101100111101011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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