Html Css Color HEX #9B96A5 Grey Suit

📋 copy color: '#9B96A5'

red 155 ◦ green 150 ◦ blue 165

#9B96A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Suit #9B96A5

Tints of Grey Suit #9B96A5

RGB

 RED value IS 155 (60.94% from 255) = 32.98%

 GREEN value IS 150 (58.98% from 255) = 31.91%

 BLUE value IS 165 (64.84% from 255) = 35.11%

R = 32.98%
G = 31.91%
B = 35.11%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9B96A5 (or 0x9B96A5) is known color: Grey Suit. HEX triplet: 9B, 96 and A5. RGB value is (155,150,165). Sum of RGB (Red+Green+Blue) = 155+150+165=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 165 - color contains mainly: blue. Hex color #9B96A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B96A5 is #64695A. Grayscale: #999999. Windows color (decimal): -6580571 or 10851995. OLE color: 10851995.

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

Color convert

RGB 155 150 165 -
CMYK 0.06 0.09 0 0.35
HSL 260º 0.08% 0.62% -
HSV(B) 260º 0.09% 0.65% -
XYZ 31.22 31.5 40.03 -
YUV 153.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 155 150 165 0.06 0.09 0 0.35 260 0.08 0.62
Hex 9B 96 A5 6 9 0 23 104 8 3E
Octal 233 226 245 6 11 0 43 404 10 76
Binary 10011011 10010110 10100101 110 1001 0 100011 100000100 1000 111110

Color Harmonies of #9B96A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B96A5

Black with #9B96A5

Text Example


Text Example

White with #9B96A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B96A5;
 }
 .AnyTagClassName
 {
   color: #9B96A5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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