Html Css Color HEX #8F9F98 Cascade

📋 copy color: '#8F9F98'

red 143 ◦ green 159 ◦ blue 152

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

Shades of Cascade #8F9F98

Tints of Cascade #8F9F98

RGB

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

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

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

R = 31.5%
G = 35.02%
B = 33.48%

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

#8F9F98 (or 0x8F9F98) is known color: Cascade. HEX triplet: 8F, 9F and 98. RGB value is (143,159,152). Sum of RGB (Red+Green+Blue) = 143+159+152=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9F98 is #706067. Grayscale: #999999. Windows color (decimal): -7364712 or 10002319. OLE color: 10002319.

HSL color Cylindrical-coordinate representation of color #8F9F98: hue angle of 153.75º 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 #8F9F98 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 159 152 -
CMYK 0.10 0 0.04 0.38
HSL 153.75º 0.08% 0.59% -
HSV(B) 153.75º 0.1% 0.62% -
XYZ 29.39 32.9 34.51 -
YUV 153.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 143 159 152 0.10 0 0.04 0.38 153.75 0.08 0.59
Hex 8F 9F 98 A 0 4 26 9A 8 3B
Octal 217 237 230 12 0 4 46 232 10 73
Binary 10001111 10011111 10011000 1010 0 100 100110 10011010 1000 111011

Color Harmonies of #8F9F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9F98

Black with #8F9F98

Text Example


Text Example

White with #8F9F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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