Html Css Color HEX #9D8493 Bouquet

📋 copy color: '#9D8493'

red 157 ◦ green 132 ◦ blue 147

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

Shades of Bouquet #9D8493

Tints of Bouquet #9D8493

RGB

 RED value IS 157 (61.72% from 255) = 36.01%

 GREEN value IS 132 (51.95% from 255) = 30.28%

 BLUE value IS 147 (57.81% from 255) = 33.72%

R = 36.01%
G = 30.28%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9D8493 (or 0x9D8493) is known color: Bouquet. HEX triplet: 9D, 84 and 93. RGB value is (157,132,147). Sum of RGB (Red+Green+Blue) = 157+132+147=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8493 is #627B6C. Grayscale: #8D8D8D. Windows color (decimal): -6454125 or 9667741. OLE color: 9667741.

HSL color Cylindrical-coordinate representation of color #9D8493: hue angle of 324º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9D8493 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 132 147 -
CMYK 0 0.16 0.06 0.38
HSL 324º 0.11% 0.57% -
HSV(B) 324º 0.16% 0.62% -
XYZ 27.42 25.78 31.13 -
YUV 141.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 157 132 147 0 0.16 0.06 0.38 324 0.11 0.57
Hex 9D 84 93 0 10 6 26 144 B 39
Octal 235 204 223 0 20 6 46 504 13 71
Binary 10011101 10000100 10010011 0 10000 110 100110 101000100 1011 111001

Color Harmonies of #9D8493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8493

Black with #9D8493

Text Example


Text Example

White with #9D8493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,132,147); }

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

background-color css

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

 a { background-color: rgb(157,132,147); }

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

border-color css

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

 span { border-color: rgb(157,132,147); }

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