Html Css Color HEX #839E97 Cascade

📋 copy color: '#839E97'

red 131 ◦ green 158 ◦ blue 151

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

Shades of Cascade #839E97

Tints of Cascade #839E97

RGB

 RED value IS 131 (51.56% from 255) = 29.77%

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

 BLUE value IS 151 (59.38% from 255) = 34.32%

R = 29.77%
G = 35.91%
B = 34.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#839E97 (or 0x839E97) is known color: Cascade. HEX triplet: 83, 9E and 97. RGB value is (131,158,151). Sum of RGB (Red+Green+Blue) = 131+158+151=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 158 - color contains mainly: green. Hex color #839E97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839E97 is #7C6168. Grayscale: #959595. Windows color (decimal): -8151401 or 9936515. OLE color: 9936515.

HSL color Cylindrical-coordinate representation of color #839E97: hue angle of 164.44º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #839E97 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 158 151 -
CMYK 0.17 0 0.04 0.38
HSL 164.44º 0.12% 0.57% -
HSV(B) 164.44º 0.17% 0.62% -
XYZ 27.17 31.51 33.93 -
YUV 149.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 131 158 151 0.17 0 0.04 0.38 164.44 0.12 0.57
Hex 83 9E 97 11 0 4 26 A4 C 39
Octal 203 236 227 21 0 4 46 244 14 71
Binary 10000011 10011110 10010111 10001 0 100 100110 10100100 1100 111001

Color Harmonies of #839E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839E97

Black with #839E97

Text Example


Text Example

White with #839E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839E97; }

 p { color: rgb(131,158,151); }

 H1.HeaderClassName
 {
   color: #839E97;
 }
 .AnyTagClassName
 {
   color: #839E97;
 }
</style>

background-color css

<style>
 a { background-color: #839E97; }

 a { background-color: rgb(131,158,151); }

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

border-color css

<style>
 span { border-color: #839E97; }

 span { border-color: rgb(131,158,151); }

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