Html Css Color HEX #8F9E9B Cascade

📋 copy color: '#8F9E9B'

red 143 ◦ green 158 ◦ blue 155

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

Shades of Cascade #8F9E9B

Tints of Cascade #8F9E9B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.65%

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

R = 31.36%
G = 34.65%
B = 33.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#8F9E9B (or 0x8F9E9B) is known color: Cascade. HEX triplet: 8F, 9E and 9B. RGB value is (143,158,155). Sum of RGB (Red+Green+Blue) = 143+158+155=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 158 - color contains mainly: green. Hex color #8F9E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9E9B is #706164. Grayscale: #999999. Windows color (decimal): -7364965 or 10198671. OLE color: 10198671.

HSL color Cylindrical-coordinate representation of color #8F9E9B: hue angle of 168º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8F9E9B is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 158 155 -
CMYK 0.09 0 0.02 0.38
HSL 168º 0.07% 0.59% -
HSV(B) 168º 0.09% 0.62% -
XYZ 29.47 32.66 35.76 -
YUV 153.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 143 158 155 0.09 0 0.02 0.38 168 0.07 0.59
Hex 8F 9E 9B 9 0 2 26 A8 7 3B
Octal 217 236 233 11 0 2 46 250 7 73
Binary 10001111 10011110 10011011 1001 0 10 100110 10101000 111 111011

Color Harmonies of #8F9E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9E9B

Black with #8F9E9B

Text Example


Text Example

White with #8F9E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,158,155); }

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

background-color css

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

 a { background-color: rgb(143,158,155); }

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

border-color css

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

 span { border-color: rgb(143,158,155); }

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