Html Css Color HEX #9C7E96 Bouquet

📋 copy color: '#9C7E96'

red 156 ◦ green 126 ◦ blue 150

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

Shades of Bouquet #9C7E96

Tints of Bouquet #9C7E96

RGB

 RED value IS 156 (61.33% from 255) = 36.11%

 GREEN value IS 126 (49.61% from 255) = 29.17%

 BLUE value IS 150 (58.98% from 255) = 34.72%

R = 36.11%
G = 29.17%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C7E96 (or 0x9C7E96) is known color: Bouquet. HEX triplet: 9C, 7E and 96. RGB value is (156,126,150). Sum of RGB (Red+Green+Blue) = 156+126+150=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7E96 is #638169. Grayscale: #898989. Windows color (decimal): -6521194 or 9862812. OLE color: 9862812.

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

Color convert

RGB 156 126 150 -
CMYK 0 0.19 0.04 0.39
HSL 312º 0.13% 0.55% -
HSV(B) 312º 0.19% 0.61% -
XYZ 26.68 24.19 32.12 -
YUV 137.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 156 126 150 0 0.19 0.04 0.39 312 0.13 0.55
Hex 9C 7E 96 0 13 4 27 138 D 37
Octal 234 176 226 0 23 4 47 470 15 67
Binary 10011100 1111110 10010110 0 10011 100 100111 100111000 1101 110111

Color Harmonies of #9C7E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7E96

Black with #9C7E96

Text Example


Text Example

White with #9C7E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,126,150); }

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

background-color css

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

 a { background-color: rgb(156,126,150); }

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

border-color css

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

 span { border-color: rgb(156,126,150); }

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