Html Css Color HEX #829EB8 Bali Hai

📋 copy color: '#829EB8'

red 130 ◦ green 158 ◦ blue 184

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

Shades of Bali Hai #829EB8

Tints of Bali Hai #829EB8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.47%

 BLUE value IS 184 (72.27% from 255) = 38.98%

R = 27.54%
G = 33.47%
B = 38.98%

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

#829EB8 (or 0x829EB8) is known color: Bali Hai. HEX triplet: 82, 9E and B8. RGB value is (130,158,184). Sum of RGB (Red+Green+Blue) = 130+158+184=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 184 - color contains mainly: blue. Hex color #829EB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829EB8 is #7D6147. Grayscale: #989898. Windows color (decimal): -8216904 or 12099202. OLE color: 12099202.

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

Color convert

RGB 130 158 184 -
CMYK 0.29 0.14 0 0.28
HSL 208.89º 0.28% 0.62% -
HSV(B) 208.89º 0.29% 0.72% -
XYZ 30.08 32.66 50.07 -
YUV 152.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 130 158 184 0.29 0.14 0 0.28 208.89 0.28 0.62
Hex 82 9E B8 1D E 0 1C D1 1C 3E
Octal 202 236 270 35 16 0 34 321 34 76
Binary 10000010 10011110 10111000 11101 1110 0 11100 11010001 11100 111110

Color Harmonies of #829EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829EB8

Black with #829EB8

Text Example


Text Example

White with #829EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,158,184); }

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

background-color css

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

 a { background-color: rgb(130,158,184); }

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

border-color css

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

 span { border-color: rgb(130,158,184); }

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