Html Css Color HEX #829EAE Bali Hai

📋 copy color: '#829EAE'

red 130 ◦ green 158 ◦ blue 174

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

Shades of Bali Hai #829EAE

Tints of Bali Hai #829EAE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.2%

 BLUE value IS 174 (68.36% from 255) = 37.66%

R = 28.14%
G = 34.2%
B = 37.66%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#829EAE (or 0x829EAE) is known color: Bali Hai. HEX triplet: 82, 9E and AE. RGB value is (130,158,174). Sum of RGB (Red+Green+Blue) = 130+158+174=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #829EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829EAE is #7D6151. Grayscale: #979797. Windows color (decimal): -8216914 or 11443842. OLE color: 11443842.

HSL color Cylindrical-coordinate representation of color #829EAE: hue angle of 201.82º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #829EAE is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 158 174 -
CMYK 0.25 0.09 0 0.32
HSL 201.82º 0.21% 0.6% -
HSV(B) 201.82º 0.25% 0.68% -
XYZ 29.07 32.26 44.74 -
YUV 151.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 130 158 174 0.25 0.09 0 0.32 201.82 0.21 0.6
Hex 82 9E AE 19 9 0 20 CA 15 3C
Octal 202 236 256 31 11 0 40 312 25 74
Binary 10000010 10011110 10101110 11001 1001 0 100000 11001010 10101 111100

Color Harmonies of #829EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829EAE

Black with #829EAE

Text Example


Text Example

White with #829EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,158,174); }

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

background-color css

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

 a { background-color: rgb(130,158,174); }

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

border-color css

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

 span { border-color: rgb(130,158,174); }

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