Html Css Color HEX #829DA5 Bali Hai

📋 copy color: '#829DA5'

red 130 ◦ green 157 ◦ blue 165

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

Shades of Bali Hai #829DA5

Tints of Bali Hai #829DA5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.73%

 BLUE value IS 165 (64.84% from 255) = 36.5%

R = 28.76%
G = 34.73%
B = 36.5%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#829DA5 (or 0x829DA5) is known color: Bali Hai. HEX triplet: 82, 9D and A5. RGB value is (130,157,165). Sum of RGB (Red+Green+Blue) = 130+157+165=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 165 - color contains mainly: blue. Hex color #829DA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829DA5 is #7D625A. Grayscale: #959595. Windows color (decimal): -8217179 or 10853762. OLE color: 10853762.

HSL color Cylindrical-coordinate representation of color #829DA5: hue angle of 193.71º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #829DA5 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 157 165 -
CMYK 0.21 0.05 0 0.35
HSL 193.71º 0.16% 0.58% -
HSV(B) 193.71º 0.21% 0.65% -
XYZ 28.05 31.58 40.21 -
YUV 149.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 130 157 165 0.21 0.05 0 0.35 193.71 0.16 0.58
Hex 82 9D A5 15 5 0 23 C2 10 3A
Octal 202 235 245 25 5 0 43 302 20 72
Binary 10000010 10011101 10100101 10101 101 0 100011 11000010 10000 111010

Color Harmonies of #829DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829DA5

Black with #829DA5

Text Example


Text Example

White with #829DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,157,165); }

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

background-color css

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

 a { background-color: rgb(130,157,165); }

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

border-color css

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

 span { border-color: rgb(130,157,165); }

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