Html Css Color HEX #829DB8 Bali Hai

📋 copy color: '#829DB8'

red 130 ◦ green 157 ◦ blue 184

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

Shades of Bali Hai #829DB8

Tints of Bali Hai #829DB8

RGB

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

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

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

R = 27.6%
G = 33.33%
B = 39.07%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#829DB8 (or 0x829DB8) is known color: Bali Hai. HEX triplet: 82, 9D and B8. RGB value is (130,157,184). Sum of RGB (Red+Green+Blue) = 130+157+184=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 184 - color contains mainly: blue. Hex color #829DB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DB8 is #7D6247. Grayscale: #979797. Windows color (decimal): -8217160 or 12098946. OLE color: 12098946.

HSL color Cylindrical-coordinate representation of color #829DB8: hue angle of 210º 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 #829DB8 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 157 184 -
CMYK 0.29 0.15 0 0.28
HSL 210º 0.28% 0.62% -
HSV(B) 210º 0.29% 0.72% -
XYZ 29.91 32.32 50.01 -
YUV 152.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 130 157 184 0.29 0.15 0 0.28 210 0.28 0.62
Hex 82 9D B8 1D F 0 1C D2 1C 3E
Octal 202 235 270 35 17 0 34 322 34 76
Binary 10000010 10011101 10111000 11101 1111 0 11100 11010010 11100 111110

Color Harmonies of #829DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829DB8

Black with #829DB8

Text Example


Text Example

White with #829DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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