Html Css Color HEX #829FB5 Bali Hai

📋 copy color: '#829FB5'

red 130 ◦ green 159 ◦ blue 181

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

Shades of Bali Hai #829FB5

Tints of Bali Hai #829FB5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.83%

 BLUE value IS 181 (71.09% from 255) = 38.51%

R = 27.66%
G = 33.83%
B = 38.51%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#829FB5 (or 0x829FB5) is known color: Bali Hai. HEX triplet: 82, 9F and B5. RGB value is (130,159,181). Sum of RGB (Red+Green+Blue) = 130+159+181=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 181 - color contains mainly: blue. Hex color #829FB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FB5 is #7D604A. Grayscale: #989898. Windows color (decimal): -8216651 or 11902850. OLE color: 11902850.

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

Color convert

RGB 130 159 181 -
CMYK 0.28 0.12 0 0.29
HSL 205.88º 0.26% 0.61% -
HSV(B) 205.88º 0.28% 0.71% -
XYZ 29.94 32.88 48.48 -
YUV 152.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 130 159 181 0.28 0.12 0 0.29 205.88 0.26 0.61
Hex 82 9F B5 1C C 0 1D CE 1A 3D
Octal 202 237 265 34 14 0 35 316 32 75
Binary 10000010 10011111 10110101 11100 1100 0 11101 11001110 11010 111101

Color Harmonies of #829FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FB5

Black with #829FB5

Text Example


Text Example

White with #829FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,159,181); }

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

background-color css

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

 a { background-color: rgb(130,159,181); }

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

border-color css

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

 span { border-color: rgb(130,159,181); }

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