Html Css Color HEX #8A9B95 Cascade

📋 copy color: '#8A9B95'

red 138 ◦ green 155 ◦ blue 149

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

Shades of Cascade #8A9B95

Tints of Cascade #8A9B95

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.07%

 BLUE value IS 149 (58.59% from 255) = 33.71%

R = 31.22%
G = 35.07%
B = 33.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#8A9B95 (or 0x8A9B95) is known color: Cascade. HEX triplet: 8A, 9B and 95. RGB value is (138,155,149). Sum of RGB (Red+Green+Blue) = 138+155+149=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9B95 is #75646A. Grayscale: #959595. Windows color (decimal): -7693419 or 9804682. OLE color: 9804682.

HSL color Cylindrical-coordinate representation of color #8A9B95: hue angle of 158.82º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A9B95 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 155 149 -
CMYK 0.11 0 0.04 0.39
HSL 158.82º 0.08% 0.57% -
HSV(B) 158.82º 0.11% 0.61% -
XYZ 27.63 31.02 32.96 -
YUV 149.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 138 155 149 0.11 0 0.04 0.39 158.82 0.08 0.57
Hex 8A 9B 95 B 0 4 27 9F 8 39
Octal 212 233 225 13 0 4 47 237 10 71
Binary 10001010 10011011 10010101 1011 0 100 100111 10011111 1000 111001

Color Harmonies of #8A9B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9B95

Black with #8A9B95

Text Example


Text Example

White with #8A9B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,155,149); }

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

background-color css

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

 a { background-color: rgb(138,155,149); }

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

border-color css

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

 span { border-color: rgb(138,155,149); }

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