Html Css Color HEX #829F98 Cascade

📋 copy color: '#829F98'

red 130 ◦ green 159 ◦ blue 152

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

Shades of Cascade #829F98

Tints of Cascade #829F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.47%

R = 29.48%
G = 36.05%
B = 34.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#829F98 (or 0x829F98) is known color: Cascade. HEX triplet: 82, 9F and 98. RGB value is (130,159,152). Sum of RGB (Red+Green+Blue) = 130+159+152=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 159 - color contains mainly: green. Hex color #829F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829F98 is #7D6067. Grayscale: #959595. Windows color (decimal): -8216680 or 10002306. OLE color: 10002306.

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

Color convert

RGB 130 159 152 -
CMYK 0.18 0 0.04 0.38
HSL 165.52º 0.13% 0.57% -
HSV(B) 165.52º 0.18% 0.62% -
XYZ 27.27 31.81 34.41 -
YUV 149.53 129.39 114.07 -
System Red Green Blue C M Y K H S L
Decimal 130 159 152 0.18 0 0.04 0.38 165.52 0.13 0.57
Hex 82 9F 98 12 0 4 26 A6 D 39
Octal 202 237 230 22 0 4 46 246 15 71
Binary 10000010 10011111 10011000 10010 0 100 100110 10100110 1101 111001

Color Harmonies of #829F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829F98

Black with #829F98

Text Example


Text Example

White with #829F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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