Html Css Color HEX #9F879B Bouquet

📋 copy color: '#9F879B'

red 159 ◦ green 135 ◦ blue 155

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

Shades of Bouquet #9F879B

Tints of Bouquet #9F879B

RGB

 RED value IS 159 (62.5% from 255) = 35.41%

 GREEN value IS 135 (53.13% from 255) = 30.07%

 BLUE value IS 155 (60.94% from 255) = 34.52%

R = 35.41%
G = 30.07%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9F879B (or 0x9F879B) is known color: Bouquet. HEX triplet: 9F, 87 and 9B. RGB value is (159,135,155). Sum of RGB (Red+Green+Blue) = 159+135+155=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 159 - color contains mainly: red. Hex color #9F879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F879B is #607864. Grayscale: #909090. Windows color (decimal): -6322277 or 10192799. OLE color: 10192799.

HSL color Cylindrical-coordinate representation of color #9F879B: hue angle of 310º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9F879B is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 135 155 -
CMYK 0 0.15 0.03 0.38
HSL 310º 0.11% 0.58% -
HSV(B) 310º 0.15% 0.62% -
XYZ 28.88 27.07 34.71 -
YUV 144.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 159 135 155 0 0.15 0.03 0.38 310 0.11 0.58
Hex 9F 87 9B 0 F 3 26 136 B 3A
Octal 237 207 233 0 17 3 46 466 13 72
Binary 10011111 10000111 10011011 0 1111 11 100110 100110110 1011 111010

Color Harmonies of #9F879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F879B

Black with #9F879B

Text Example


Text Example

White with #9F879B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,135,155); }

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

background-color css

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

 a { background-color: rgb(159,135,155); }

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

border-color css

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

 span { border-color: rgb(159,135,155); }

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