Html Css Color HEX #829AAE Bali Hai

📋 copy color: '#829AAE'

red 130 ◦ green 154 ◦ blue 174

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

Shades of Bali Hai #829AAE

Tints of Bali Hai #829AAE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.62%

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

R = 28.38%
G = 33.62%
B = 37.99%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#829AAE (or 0x829AAE) is known color: Bali Hai. HEX triplet: 82, 9A and AE. RGB value is (130,154,174). Sum of RGB (Red+Green+Blue) = 130+154+174=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: blue. Hex color #829AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829AAE is #7D6551. Grayscale: #959595. Windows color (decimal): -8217938 or 11442818. OLE color: 11442818.

HSL color Cylindrical-coordinate representation of color #829AAE: hue angle of 207.27º 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 #829AAE is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 154 174 -
CMYK 0.25 0.11 0 0.32
HSL 207.27º 0.21% 0.6% -
HSV(B) 207.27º 0.25% 0.68% -
XYZ 28.4 30.91 44.51 -
YUV 149.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 130 154 174 0.25 0.11 0 0.32 207.27 0.21 0.6
Hex 82 9A AE 19 B 0 20 CF 15 3C
Octal 202 232 256 31 13 0 40 317 25 74
Binary 10000010 10011010 10101110 11001 1011 0 100000 11001111 10101 111100

Color Harmonies of #829AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829AAE

Black with #829AAE

Text Example


Text Example

White with #829AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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