Html Css Color HEX #829FAC Bali Hai

📋 copy color: '#829FAC'

red 130 ◦ green 159 ◦ blue 172

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

Shades of Bali Hai #829FAC

Tints of Bali Hai #829FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.49%

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

R = 28.2%
G = 34.49%
B = 37.31%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#829FAC (or 0x829FAC) is known color: Bali Hai. HEX triplet: 82, 9F and AC. RGB value is (130,159,172). Sum of RGB (Red+Green+Blue) = 130+159+172=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #829FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829FAC is #7D6053. Grayscale: #979797. Windows color (decimal): -8216660 or 11313026. OLE color: 11313026.

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

Color convert

RGB 130 159 172 -
CMYK 0.24 0.08 0 0.33
HSL 198.57º 0.2% 0.59% -
HSV(B) 198.57º 0.24% 0.67% -
XYZ 29.05 32.52 43.78 -
YUV 151.81 139.39 112.44 -
System Red Green Blue C M Y K H S L
Decimal 130 159 172 0.24 0.08 0 0.33 198.57 0.2 0.59
Hex 82 9F AC 18 8 0 21 C7 14 3B
Octal 202 237 254 30 10 0 41 307 24 73
Binary 10000010 10011111 10101100 11000 1000 0 100001 11000111 10100 111011

Color Harmonies of #829FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FAC

Black with #829FAC

Text Example


Text Example

White with #829FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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