Html Css Color HEX #829BB6 Bali Hai

📋 copy color: '#829BB6'

red 130 ◦ green 155 ◦ blue 182

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

Shades of Bali Hai #829BB6

Tints of Bali Hai #829BB6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.19%

 BLUE value IS 182 (71.48% from 255) = 38.97%

R = 27.84%
G = 33.19%
B = 38.97%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#829BB6 (or 0x829BB6) is known color: Bali Hai. HEX triplet: 82, 9B and B6. RGB value is (130,155,182). Sum of RGB (Red+Green+Blue) = 130+155+182=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 182 - color contains mainly: blue. Hex color #829BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BB6 is #7D6449. Grayscale: #969696. Windows color (decimal): -8217674 or 11967362. OLE color: 11967362.

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

Color convert

RGB 130 155 182 -
CMYK 0.29 0.15 0 0.29
HSL 211.15º 0.26% 0.61% -
HSV(B) 211.15º 0.29% 0.71% -
XYZ 29.37 31.57 48.8 -
YUV 150.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 130 155 182 0.29 0.15 0 0.29 211.15 0.26 0.61
Hex 82 9B B6 1D F 0 1D D3 1A 3D
Octal 202 233 266 35 17 0 35 323 32 75
Binary 10000010 10011011 10110110 11101 1111 0 11101 11010011 11010 111101

Color Harmonies of #829BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829BB6

Black with #829BB6

Text Example


Text Example

White with #829BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,155,182); }

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

background-color css

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

 a { background-color: rgb(130,155,182); }

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

border-color css

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

 span { border-color: rgb(130,155,182); }

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