Html Css Color HEX #9B8298 Bouquet

📋 copy color: '#9B8298'

red 155 ◦ green 130 ◦ blue 152

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

Shades of Bouquet #9B8298

Tints of Bouquet #9B8298

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.75%

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

R = 35.47%
G = 29.75%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9B8298 (or 0x9B8298) is known color: Bouquet. HEX triplet: 9B, 82 and 98. RGB value is (155,130,152). Sum of RGB (Red+Green+Blue) = 155+130+152=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8298 is #647D67. Grayscale: #8B8B8B. Windows color (decimal): -6585704 or 9994907. OLE color: 9994907.

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

Color convert

RGB 155 130 152 -
CMYK 0 0.16 0.02 0.39
HSL 307.2º 0.11% 0.56% -
HSV(B) 307.2º 0.16% 0.61% -
XYZ 27.17 25.2 33.14 -
YUV 139.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 155 130 152 0 0.16 0.02 0.39 307.2 0.11 0.56
Hex 9B 82 98 0 10 2 27 133 B 38
Octal 233 202 230 0 20 2 47 463 13 70
Binary 10011011 10000010 10011000 0 10000 10 100111 100110011 1011 111000

Color Harmonies of #9B8298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8298

Black with #9B8298

Text Example


Text Example

White with #9B8298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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