Html Css Color HEX #829FB7 Bali Hai

📋 copy color: '#829FB7'

red 130 ◦ green 159 ◦ blue 183

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

Shades of Bali Hai #829FB7

Tints of Bali Hai #829FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.77%

R = 27.54%
G = 33.69%
B = 38.77%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#829FB7 (or 0x829FB7) is known color: Bali Hai. HEX triplet: 82, 9F and B7. RGB value is (130,159,183). Sum of RGB (Red+Green+Blue) = 130+159+183=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 183 - color contains mainly: blue. Hex color #829FB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FB7 is #7D6048. Grayscale: #989898. Windows color (decimal): -8216649 or 12033922. OLE color: 12033922.

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

Color convert

RGB 130 159 183 -
CMYK 0.29 0.13 0 0.28
HSL 207.17º 0.27% 0.61% -
HSV(B) 207.17º 0.29% 0.72% -
XYZ 30.15 32.96 49.57 -
YUV 153.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 130 159 183 0.29 0.13 0 0.28 207.17 0.27 0.61
Hex 82 9F B7 1D D 0 1C CF 1B 3D
Octal 202 237 267 35 15 0 34 317 33 75
Binary 10000010 10011111 10110111 11101 1101 0 11100 11001111 11011 111101

Color Harmonies of #829FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FB7

Black with #829FB7

Text Example


Text Example

White with #829FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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