#9B94A5

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

Shades of Grey Suit #9B94A5

Tints of Grey Suit #9B94A5

Color information

#9B94A5 (or 0x9B94A5) is unknown color: approx Grey Suit. HEX triplet: 9B, 94 and A5. RGB value is (155,148,165). Sum of RGB (Red+Green+Blue) = 155+148+165=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 165 - color contains mainly: blue. Hex color #9B94A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B94A5 is #646B5A. Grayscale: #979797. Windows color (decimal): -6581083 or 10851483. OLE color: 10851483.

HSL color Cylindrical-coordinate representation of color #9B94A5: hue angle of 264.71º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9B94A5 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB155148165-
CMYK0.060.1000.35
HSL264.71º8.63%61.37%-
HSV(B)264.71º10.3%64.71%-
XYZ30.930.8639.93-
YUV152.03135.32130.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.12%
GREEN value IS 148 (58.20% from 255) = 31.62%
BLUE value IS 165 (64.84% from 255) = 35.26%
R=33.12%
G=31.62%
B=35.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551481650.060.1000.35264.718.6361.37
Hex9B94A56A02310993d
Octal2332242456120434111175
Binary100110111001010010100101110101001000111000010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B94A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,148,165); }

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

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

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

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

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

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

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