Html Css Color HEX #829DAF Bali Hai

📋 copy color: '#829DAF'

red 130 ◦ green 157 ◦ blue 175

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

Shades of Bali Hai #829DAF

Tints of Bali Hai #829DAF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.98%

 BLUE value IS 175 (68.75% from 255) = 37.88%

R = 28.14%
G = 33.98%
B = 37.88%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#829DAF (or 0x829DAF) is known color: Bali Hai. HEX triplet: 82, 9D and AF. RGB value is (130,157,175). Sum of RGB (Red+Green+Blue) = 130+157+175=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #829DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829DAF is #7D6250. Grayscale: #969696. Windows color (decimal): -8217169 or 11509122. OLE color: 11509122.

HSL color Cylindrical-coordinate representation of color #829DAF: hue angle of 204º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #829DAF is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 157 175 -
CMYK 0.26 0.10 0 0.31
HSL 204º 0.22% 0.6% -
HSV(B) 204º 0.26% 0.69% -
XYZ 29 31.95 45.2 -
YUV 150.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 130 157 175 0.26 0.10 0 0.31 204 0.22 0.6
Hex 82 9D AF 1A A 0 1F CC 16 3C
Octal 202 235 257 32 12 0 37 314 26 74
Binary 10000010 10011101 10101111 11010 1010 0 11111 11001100 10110 111100

Color Harmonies of #829DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829DAF

Black with #829DAF

Text Example


Text Example

White with #829DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,157,175); }

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

background-color css

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

 a { background-color: rgb(130,157,175); }

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

border-color css

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

 span { border-color: rgb(130,157,175); }

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