Html Css Color HEX #998498 Bouquet

📋 copy color: '#998498'

red 153 ◦ green 132 ◦ blue 152

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

Shades of Bouquet #998498

Tints of Bouquet #998498

RGB

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

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

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

R = 35.01%
G = 30.21%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#998498 (or 0x998498) is known color: Bouquet. HEX triplet: 99, 84 and 98. RGB value is (153,132,152). Sum of RGB (Red+Green+Blue) = 153+132+152=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 153 - color contains mainly: red. Hex color #998498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998498 is #667B67. Grayscale: #8C8C8C. Windows color (decimal): -6716264 or 9995417. OLE color: 9995417.

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

Color convert

RGB 153 132 152 -
CMYK 0 0.14 0.01 0.4
HSL 302.86º 0.09% 0.56% -
HSV(B) 302.86º 0.14% 0.6% -
XYZ 27.06 25.54 33.21 -
YUV 140.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 153 132 152 0 0.14 0.01 0.4 302.86 0.09 0.56
Hex 99 84 98 0 E 1 28 12F 9 38
Octal 231 204 230 0 16 1 50 457 11 70
Binary 10011001 10000100 10011000 0 1110 1 101000 100101111 1001 111000

Color Harmonies of #998498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998498

Black with #998498

Text Example


Text Example

White with #998498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998498; }

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

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

background-color css

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

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

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

border-color css

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

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

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