Html Css Color HEX #829DB7 Bali Hai

📋 copy color: '#829DB7'

red 130 ◦ green 157 ◦ blue 183

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

Shades of Bali Hai #829DB7

Tints of Bali Hai #829DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.94%

R = 27.66%
G = 33.4%
B = 38.94%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#829DB7 (or 0x829DB7) is known color: Bali Hai. HEX triplet: 82, 9D and B7. RGB value is (130,157,183). Sum of RGB (Red+Green+Blue) = 130+157+183=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 183 - color contains mainly: blue. Hex color #829DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DB7 is #7D6248. Grayscale: #979797. Windows color (decimal): -8217161 or 12033410. OLE color: 12033410.

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

Color convert

RGB 130 157 183 -
CMYK 0.29 0.14 0 0.28
HSL 209.43º 0.27% 0.61% -
HSV(B) 209.43º 0.29% 0.72% -
XYZ 29.81 32.28 49.46 -
YUV 151.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 130 157 183 0.29 0.14 0 0.28 209.43 0.27 0.61
Hex 82 9D B7 1D E 0 1C D1 1B 3D
Octal 202 235 267 35 16 0 34 321 33 75
Binary 10000010 10011101 10110111 11101 1110 0 11100 11010001 11011 111101

Color Harmonies of #829DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829DB7

Black with #829DB7

Text Example


Text Example

White with #829DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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