Html Css Color HEX #998097 Bouquet

📋 copy color: '#998097'

red 153 ◦ green 128 ◦ blue 151

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

Shades of Bouquet #998097

Tints of Bouquet #998097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.63%

 BLUE value IS 151 (59.38% from 255) = 34.95%

R = 35.42%
G = 29.63%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#998097 (or 0x998097) is known color: Bouquet. HEX triplet: 99, 80 and 97. RGB value is (153,128,151). Sum of RGB (Red+Green+Blue) = 153+128+151=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #998097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998097 is #667F68. Grayscale: #8A8A8A. Windows color (decimal): -6717289 or 9928857. OLE color: 9928857.

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

Color convert

RGB 153 128 151 -
CMYK 0 0.16 0.01 0.4
HSL 304.8º 0.11% 0.55% -
HSV(B) 304.8º 0.16% 0.6% -
XYZ 26.44 24.45 32.6 -
YUV 138.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 153 128 151 0 0.16 0.01 0.4 304.8 0.11 0.55
Hex 99 80 97 0 10 1 28 131 B 37
Octal 231 200 227 0 20 1 50 461 13 67
Binary 10011001 10000000 10010111 0 10000 1 101000 100110001 1011 110111

Color Harmonies of #998097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998097

Black with #998097

Text Example


Text Example

White with #998097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998097; }

 p { color: rgb(153,128,151); }

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

background-color css

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

 a { background-color: rgb(153,128,151); }

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

border-color css

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

 span { border-color: rgb(153,128,151); }

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