Html Css Color HEX #829F97 Cascade

📋 copy color: '#829F97'

red 130 ◦ green 159 ◦ blue 151

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

Shades of Cascade #829F97

Tints of Cascade #829F97

RGB

 RED value IS 130 (51.17% from 255) = 29.55%

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

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

R = 29.55%
G = 36.14%
B = 34.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#829F97 (or 0x829F97) is known color: Cascade. HEX triplet: 82, 9F and 97. RGB value is (130,159,151). Sum of RGB (Red+Green+Blue) = 130+159+151=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 159 - color contains mainly: green. Hex color #829F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829F97 is #7D6068. Grayscale: #959595. Windows color (decimal): -8216681 or 9936770. OLE color: 9936770.

HSL color Cylindrical-coordinate representation of color #829F97: hue angle of 163.45º 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 #829F97 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 159 151 -
CMYK 0.18 0 0.05 0.38
HSL 163.45º 0.13% 0.57% -
HSV(B) 163.45º 0.18% 0.62% -
XYZ 27.19 31.78 33.98 -
YUV 149.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 130 159 151 0.18 0 0.05 0.38 163.45 0.13 0.57
Hex 82 9F 97 12 0 5 26 A3 D 39
Octal 202 237 227 22 0 5 46 243 15 71
Binary 10000010 10011111 10010111 10010 0 101 100110 10100011 1101 111001

Color Harmonies of #829F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829F97

Black with #829F97

Text Example


Text Example

White with #829F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829F97; }

 p { color: rgb(130,159,151); }

 H1.HeaderClassName
 {
   color: #829F97;
 }
 .AnyTagClassName
 {
   color: #829F97;
 }
</style>

background-color css

<style>
 a { background-color: #829F97; }

 a { background-color: rgb(130,159,151); }

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

border-color css

<style>
 span { border-color: #829F97; }

 span { border-color: rgb(130,159,151); }

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