Html Css Color HEX #997E98 Bouquet

📋 copy color: '#997E98'

red 153 ◦ green 126 ◦ blue 152

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

Shades of Bouquet #997E98

Tints of Bouquet #997E98

RGB

 RED value IS 153 (60.16% from 255) = 35.5%

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

 BLUE value IS 152 (59.77% from 255) = 35.27%

R = 35.5%
G = 29.23%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#997E98 (or 0x997E98) is known color: Bouquet. HEX triplet: 99, 7E and 98. RGB value is (153,126,152). Sum of RGB (Red+Green+Blue) = 153+126+152=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 153 - color contains mainly: red. Hex color #997E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997E98 is #668167. Grayscale: #888888. Windows color (decimal): -6717800 or 9993881. OLE color: 9993881.

HSL color Cylindrical-coordinate representation of color #997E98: hue angle of 302.22º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #997E98 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 126 152 -
CMYK 0 0.18 0.01 0.4
HSL 302.22º 0.12% 0.55% -
HSV(B) 302.22º 0.18% 0.6% -
XYZ 26.27 23.96 32.95 -
YUV 137.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 153 126 152 0 0.18 0.01 0.4 302.22 0.12 0.55
Hex 99 7E 98 0 12 1 28 12E C 37
Octal 231 176 230 0 22 1 50 456 14 67
Binary 10011001 1111110 10011000 0 10010 1 101000 100101110 1100 110111

Color Harmonies of #997E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997E98

Black with #997E98

Text Example


Text Example

White with #997E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997E98; }

 p { color: rgb(153,126,152); }

 H1.HeaderClassName
 {
   color: #997E98;
 }
 .AnyTagClassName
 {
   color: #997E98;
 }
</style>

background-color css

<style>
 a { background-color: #997E98; }

 a { background-color: rgb(153,126,152); }

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

border-color css

<style>
 span { border-color: #997E98; }

 span { border-color: rgb(153,126,152); }

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