Html Css Color HEX #829AAB Bali Hai

📋 copy color: '#829AAB'

red 130 ◦ green 154 ◦ blue 171

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

Shades of Bali Hai #829AAB

Tints of Bali Hai #829AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.58%

R = 28.57%
G = 33.85%
B = 37.58%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#829AAB (or 0x829AAB) is known color: Bali Hai. HEX triplet: 82, 9A and AB. RGB value is (130,154,171). Sum of RGB (Red+Green+Blue) = 130+154+171=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #829AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829AAB is #7D6554. Grayscale: #949494. Windows color (decimal): -8217941 or 11246210. OLE color: 11246210.

HSL color Cylindrical-coordinate representation of color #829AAB: hue angle of 204.88º 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 #829AAB is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 154 171 -
CMYK 0.24 0.10 0 0.33
HSL 204.88º 0.2% 0.59% -
HSV(B) 204.88º 0.24% 0.67% -
XYZ 28.11 30.8 42.99 -
YUV 148.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 130 154 171 0.24 0.10 0 0.33 204.88 0.2 0.59
Hex 82 9A AB 18 A 0 21 CD 14 3B
Octal 202 232 253 30 12 0 41 315 24 73
Binary 10000010 10011010 10101011 11000 1010 0 100001 11001101 10100 111011

Color Harmonies of #829AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829AAB

Black with #829AAB

Text Example


Text Example

White with #829AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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