Html Css Color HEX #8FA198 Cascade

📋 copy color: '#8FA198'

red 143 ◦ green 161 ◦ blue 152

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

Shades of Cascade #8FA198

Tints of Cascade #8FA198

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.31%

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

R = 31.36%
G = 35.31%
B = 33.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#8FA198 (or 0x8FA198) is known color: Cascade. HEX triplet: 8F, A1 and 98. RGB value is (143,161,152). Sum of RGB (Red+Green+Blue) = 143+161+152=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA198 is #705E67. Grayscale: #9A9A9A. Windows color (decimal): -7364200 or 10002831. OLE color: 10002831.

HSL color Cylindrical-coordinate representation of color #8FA198: hue angle of 150º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8FA198 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 143 161 152 -
CMYK 0.11 0 0.06 0.37
HSL 150º 0.09% 0.6% -
HSV(B) 150º 0.11% 0.63% -
XYZ 29.74 33.6 34.62 -
YUV 154.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 143 161 152 0.11 0 0.06 0.37 150 0.09 0.6
Hex 8F A1 98 B 0 6 25 96 9 3C
Octal 217 241 230 13 0 6 45 226 11 74
Binary 10001111 10100001 10011000 1011 0 110 100101 10010110 1001 111100

Color Harmonies of #8FA198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA198

Black with #8FA198

Text Example


Text Example

White with #8FA198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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