Html Css Color HEX #829AAD Bali Hai

📋 copy color: '#829AAD'

red 130 ◦ green 154 ◦ blue 173

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

Shades of Bali Hai #829AAD

Tints of Bali Hai #829AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.86%

R = 28.45%
G = 33.7%
B = 37.86%

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

#829AAD (or 0x829AAD) is known color: Bali Hai. HEX triplet: 82, 9A and AD. RGB value is (130,154,173). Sum of RGB (Red+Green+Blue) = 130+154+173=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #829AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829AAD is #7D6552. Grayscale: #949494. Windows color (decimal): -8217939 or 11377282. OLE color: 11377282.

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

Color convert

RGB 130 154 173 -
CMYK 0.25 0.11 0 0.32
HSL 206.51º 0.21% 0.59% -
HSV(B) 206.51º 0.25% 0.68% -
XYZ 28.3 30.87 44 -
YUV 148.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 130 154 173 0.25 0.11 0 0.32 206.51 0.21 0.59
Hex 82 9A AD 19 B 0 20 CF 15 3B
Octal 202 232 255 31 13 0 40 317 25 73
Binary 10000010 10011010 10101101 11001 1011 0 100000 11001111 10101 111011

Color Harmonies of #829AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829AAD

Black with #829AAD

Text Example


Text Example

White with #829AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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