Html Css Color HEX #8F9F99 Cascade

📋 copy color: '#8F9F99'

red 143 ◦ green 159 ◦ blue 153

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

Shades of Cascade #8F9F99

Tints of Cascade #8F9F99

RGB

 RED value IS 143 (56.25% from 255) = 31.43%

 GREEN value IS 159 (62.5% from 255) = 34.95%

 BLUE value IS 153 (60.16% from 255) = 33.63%

R = 31.43%
G = 34.95%
B = 33.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#8F9F99 (or 0x8F9F99) is known color: Cascade. HEX triplet: 8F, 9F and 99. RGB value is (143,159,153). Sum of RGB (Red+Green+Blue) = 143+159+153=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9F99 is #706066. Grayscale: #999999. Windows color (decimal): -7364711 or 10067855. OLE color: 10067855.

HSL color Cylindrical-coordinate representation of color #8F9F99: hue angle of 157.5º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8F9F99 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 159 153 -
CMYK 0.10 0 0.04 0.38
HSL 157.5º 0.08% 0.59% -
HSV(B) 157.5º 0.1% 0.62% -
XYZ 29.48 32.94 34.94 -
YUV 153.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 143 159 153 0.10 0 0.04 0.38 157.5 0.08 0.59
Hex 8F 9F 99 A 0 4 26 9E 8 3B
Octal 217 237 231 12 0 4 46 236 10 73
Binary 10001111 10011111 10011001 1010 0 100 100110 10011110 1000 111011

Color Harmonies of #8F9F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9F99

Black with #8F9F99

Text Example


Text Example

White with #8F9F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F9F99; }

 p { color: rgb(143,159,153); }

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

background-color css

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

 a { background-color: rgb(143,159,153); }

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

border-color css

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

 span { border-color: rgb(143,159,153); }

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