Html Css Color HEX #9B8794 Bouquet

📋 copy color: '#9B8794'

red 155 ◦ green 135 ◦ blue 148

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

Shades of Bouquet #9B8794

Tints of Bouquet #9B8794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.82%

 BLUE value IS 148 (58.2% from 255) = 33.79%

R = 35.39%
G = 30.82%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B8794 (or 0x9B8794) is known color: Bouquet. HEX triplet: 9B, 87 and 94. RGB value is (155,135,148). Sum of RGB (Red+Green+Blue) = 155+135+148=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8794 is #64786B. Grayscale: #8E8E8E. Windows color (decimal): -6584428 or 9734043. OLE color: 9734043.

HSL color Cylindrical-coordinate representation of color #9B8794: hue angle of 321º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B8794 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 135 148 -
CMYK 0 0.13 0.05 0.39
HSL 321º 0.09% 0.57% -
HSV(B) 321º 0.13% 0.61% -
XYZ 27.53 26.43 31.67 -
YUV 142.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 155 135 148 0 0.13 0.05 0.39 321 0.09 0.57
Hex 9B 87 94 0 D 5 27 141 9 39
Octal 233 207 224 0 15 5 47 501 11 71
Binary 10011011 10000111 10010100 0 1101 101 100111 101000001 1001 111001

Color Harmonies of #9B8794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8794

Black with #9B8794

Text Example


Text Example

White with #9B8794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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