Html Css Color HEX #829DAC Bali Hai

📋 copy color: '#829DAC'

red 130 ◦ green 157 ◦ blue 172

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

Shades of Bali Hai #829DAC

Tints of Bali Hai #829DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 28.32%
G = 34.2%
B = 37.47%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#829DAC (or 0x829DAC) is known color: Bali Hai. HEX triplet: 82, 9D and AC. RGB value is (130,157,172). Sum of RGB (Red+Green+Blue) = 130+157+172=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #829DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829DAC is #7D6253. Grayscale: #969696. Windows color (decimal): -8217172 or 11312514. OLE color: 11312514.

HSL color Cylindrical-coordinate representation of color #829DAC: hue angle of 201.43º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #829DAC is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 157 172 -
CMYK 0.24 0.09 0 0.33
HSL 201.43º 0.2% 0.59% -
HSV(B) 201.43º 0.24% 0.67% -
XYZ 28.71 31.84 43.66 -
YUV 150.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 130 157 172 0.24 0.09 0 0.33 201.43 0.2 0.59
Hex 82 9D AC 18 9 0 21 C9 14 3B
Octal 202 235 254 30 11 0 41 311 24 73
Binary 10000010 10011101 10101100 11000 1001 0 100001 11001001 10100 111011

Color Harmonies of #829DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829DAC

Black with #829DAC

Text Example


Text Example

White with #829DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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