#839F9A

Color #839F9A Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #839F9A

Tints of Cascade #839F9A

Color information

#839F9A (or 0x839F9A) is unknown color: approx 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

RGB131159154-
CMYK0.1800.030.38
HSL169.29º12.73%56.86%-
HSV(B)169.29º17.61%62.35%-
XYZ27.5931.9535.29-
YUV150.06130.22114.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.50%
GREEN value IS 159 (62.5% from 255) = 35.81%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=29.50%
G=35.81%
B=34.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311591540.1800.030.38169.2912.7356.86
Hex839F9A120326a9d39
Octal2032372322203462511571
Binary10000011100111111001101010010011100110101010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>