Html Css Color HEX #829DB2 Bali Hai

📋 copy color: '#829DB2'

red 130 ◦ green 157 ◦ blue 178

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

Shades of Bali Hai #829DB2

Tints of Bali Hai #829DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.28%

R = 27.96%
G = 33.76%
B = 38.28%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#829DB2 (or 0x829DB2) is known color: Bali Hai. HEX triplet: 82, 9D and B2. RGB value is (130,157,178). Sum of RGB (Red+Green+Blue) = 130+157+178=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 178 - color contains mainly: blue. Hex color #829DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829DB2 is #7D624D. Grayscale: #979797. Windows color (decimal): -8217166 or 11705730. OLE color: 11705730.

HSL color Cylindrical-coordinate representation of color #829DB2: hue angle of 206.25º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #829DB2 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 157 178 -
CMYK 0.27 0.12 0 0.30
HSL 206.25º 0.24% 0.6% -
HSV(B) 206.25º 0.27% 0.7% -
XYZ 29.3 32.07 46.77 -
YUV 151.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 130 157 178 0.27 0.12 0 0.30 206.25 0.24 0.6
Hex 82 9D B2 1B C 0 1E CE 18 3C
Octal 202 235 262 33 14 0 36 316 30 74
Binary 10000010 10011101 10110010 11011 1100 0 11110 11001110 11000 111100

Color Harmonies of #829DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829DB2

Black with #829DB2

Text Example


Text Example

White with #829DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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