Html Css Color HEX #819F99 Cascade

📋 copy color: '#819F99'

red 129 ◦ green 159 ◦ blue 153

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

Shades of Cascade #819F99

Tints of Cascade #819F99

RGB

 RED value IS 129 (50.78% from 255) = 29.25%

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

 BLUE value IS 153 (60.16% from 255) = 34.69%

R = 29.25%
G = 36.05%
B = 34.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#819F99 (or 0x819F99) is known color: Cascade. HEX triplet: 81, 9F and 99. RGB value is (129,159,153). Sum of RGB (Red+Green+Blue) = 129+159+153=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 159 - color contains mainly: green. Hex color #819F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819F99 is #7E6066. Grayscale: #959595. Windows color (decimal): -8282215 or 10067841. OLE color: 10067841.

HSL color Cylindrical-coordinate representation of color #819F99: hue angle of 168º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #819F99 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 159 153 -
CMYK 0.19 0 0.04 0.38
HSL 168º 0.14% 0.56% -
HSV(B) 168º 0.19% 0.62% -
XYZ 27.2 31.76 34.83 -
YUV 149.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 129 159 153 0.19 0 0.04 0.38 168 0.14 0.56
Hex 81 9F 99 13 0 4 26 A8 E 38
Octal 201 237 231 23 0 4 46 250 16 70
Binary 10000001 10011111 10011001 10011 0 100 100110 10101000 1110 111000

Color Harmonies of #819F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819F99

Black with #819F99

Text Example


Text Example

White with #819F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819F99; }

 p { color: rgb(129,159,153); }

 H1.HeaderClassName
 {
   color: #819F99;
 }
 .AnyTagClassName
 {
   color: #819F99;
 }
</style>

background-color css

<style>
 a { background-color: #819F99; }

 a { background-color: rgb(129,159,153); }

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

border-color css

<style>
 span { border-color: #819F99; }

 span { border-color: rgb(129,159,153); }

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