Html Css Color HEX #829AB4 Bali Hai

📋 copy color: '#829AB4'

red 130 ◦ green 154 ◦ blue 180

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

Shades of Bali Hai #829AB4

Tints of Bali Hai #829AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.79%

R = 28.02%
G = 33.19%
B = 38.79%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#829AB4 (or 0x829AB4) is known color: Bali Hai. HEX triplet: 82, 9A and B4. RGB value is (130,154,180). Sum of RGB (Red+Green+Blue) = 130+154+180=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 180 - color contains mainly: blue. Hex color #829AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829AB4 is #7D654B. Grayscale: #959595. Windows color (decimal): -8217932 or 11836034. OLE color: 11836034.

HSL color Cylindrical-coordinate representation of color #829AB4: hue angle of 211.2º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #829AB4 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 154 180 -
CMYK 0.28 0.14 0 0.29
HSL 211.2º 0.25% 0.61% -
HSV(B) 211.2º 0.28% 0.71% -
XYZ 29 31.15 47.66 -
YUV 149.79 145.05 113.89 -
System Red Green Blue C M Y K H S L
Decimal 130 154 180 0.28 0.14 0 0.29 211.2 0.25 0.61
Hex 82 9A B4 1C E 0 1D D3 19 3D
Octal 202 232 264 34 16 0 35 323 31 75
Binary 10000010 10011010 10110100 11100 1110 0 11101 11010011 11001 111101

Color Harmonies of #829AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829AB4

Black with #829AB4

Text Example


Text Example

White with #829AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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