Html Css Color HEX #839F9A Cascade

📋 copy color: '#839F9A'

red 131 ◦ green 159 ◦ blue 154

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

Shades of Cascade #839F9A

Tints of Cascade #839F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.68%

R = 29.5%
G = 35.81%
B = 34.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#839F9A (or 0x839F9A) is known color: Cascade. HEX triplet: 83, 9F and 9A. RGB value is (131,159,154). Sum of RGB (Red+Green+Blue) = 131+159+154=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 159 - color contains mainly: green. Hex color #839F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839F9A is #7C6065. Grayscale: #969696. Windows color (decimal): -8151142 or 10133379. OLE color: 10133379.

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

Color convert

RGB 131 159 154 -
CMYK 0.18 0 0.03 0.38
HSL 169.29º 0.13% 0.57% -
HSV(B) 169.29º 0.18% 0.62% -
XYZ 27.59 31.95 35.29 -
YUV 150.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 131 159 154 0.18 0 0.03 0.38 169.29 0.13 0.57
Hex 83 9F 9A 12 0 3 26 A9 D 39
Octal 203 237 232 22 0 3 46 251 15 71
Binary 10000011 10011111 10011010 10010 0 11 100110 10101001 1101 111001

Color Harmonies of #839F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839F9A

Black with #839F9A

Text Example


Text Example

White with #839F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,159,154); }

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

background-color css

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

 a { background-color: rgb(131,159,154); }

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

border-color css

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

 span { border-color: rgb(131,159,154); }

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