Html Css Color HEX #9B8498 Bouquet

📋 copy color: '#9B8498'

red 155 ◦ green 132 ◦ blue 152

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

Shades of Bouquet #9B8498

Tints of Bouquet #9B8498

RGB

 RED value IS 155 (60.94% from 255) = 35.31%

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

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

R = 35.31%
G = 30.07%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9B8498 (or 0x9B8498) is known color: Bouquet. HEX triplet: 9B, 84 and 98. RGB value is (155,132,152). Sum of RGB (Red+Green+Blue) = 155+132+152=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8498 is #647B67. Grayscale: #8D8D8D. Windows color (decimal): -6585192 or 9995419. OLE color: 9995419.

HSL color Cylindrical-coordinate representation of color #9B8498: hue angle of 307.83º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9B8498 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 132 152 -
CMYK 0 0.15 0.02 0.39
HSL 307.83º 0.1% 0.56% -
HSV(B) 307.83º 0.15% 0.61% -
XYZ 27.44 25.74 33.23 -
YUV 141.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 155 132 152 0 0.15 0.02 0.39 307.83 0.1 0.56
Hex 9B 84 98 0 F 2 27 134 A 38
Octal 233 204 230 0 17 2 47 464 12 70
Binary 10011011 10000100 10011000 0 1111 10 100111 100110100 1010 111000

Color Harmonies of #9B8498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8498

Black with #9B8498

Text Example


Text Example

White with #9B8498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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