Html Css Color HEX #8A9F98 Cascade

📋 copy color: '#8A9F98'

red 138 ◦ green 159 ◦ blue 152

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

Shades of Cascade #8A9F98

Tints of Cascade #8A9F98

RGB

 RED value IS 138 (54.3% from 255) = 30.73%

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

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

R = 30.73%
G = 35.41%
B = 33.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#8A9F98 (or 0x8A9F98) is known color: Cascade. HEX triplet: 8A, 9F and 98. RGB value is (138,159,152). Sum of RGB (Red+Green+Blue) = 138+159+152=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 159 - color contains mainly: green. Hex color #8A9F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9F98 is #756067. Grayscale: #979797. Windows color (decimal): -7692392 or 10002314. OLE color: 10002314.

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

Color convert

RGB 138 159 152 -
CMYK 0.13 0 0.04 0.38
HSL 160º 0.1% 0.58% -
HSV(B) 160º 0.13% 0.62% -
XYZ 28.55 32.47 34.47 -
YUV 151.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 138 159 152 0.13 0 0.04 0.38 160 0.1 0.58
Hex 8A 9F 98 D 0 4 26 A0 A 3A
Octal 212 237 230 15 0 4 46 240 12 72
Binary 10001010 10011111 10011000 1101 0 100 100110 10100000 1010 111010

Color Harmonies of #8A9F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9F98

Black with #8A9F98

Text Example


Text Example

White with #8A9F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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