Html Css Color HEX #829398 Bali Hai

📋 copy color: '#829398'

red 130 ◦ green 147 ◦ blue 152

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

Shades of Bali Hai #829398

Tints of Bali Hai #829398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.27%

 BLUE value IS 152 (59.77% from 255) = 35.43%

R = 30.3%
G = 34.27%
B = 35.43%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#829398 (or 0x829398) is known color: Bali Hai. HEX triplet: 82, 93 and 98. RGB value is (130,147,152). Sum of RGB (Red+Green+Blue) = 130+147+152=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 152 - color contains mainly: blue. Hex color #829398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829398 is #7D6C67. Grayscale: #8E8E8E. Windows color (decimal): -8219752 or 9999234. OLE color: 9999234.

HSL color Cylindrical-coordinate representation of color #829398: hue angle of 193.64º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #829398 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 147 152 -
CMYK 0.14 0.03 0 0.40
HSL 193.64º 0.1% 0.55% -
HSV(B) 193.64º 0.14% 0.6% -
XYZ 25.31 27.88 33.75 -
YUV 142.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 130 147 152 0.14 0.03 0 0.40 193.64 0.1 0.55
Hex 82 93 98 E 3 0 28 C2 A 37
Octal 202 223 230 16 3 0 50 302 12 67
Binary 10000010 10010011 10011000 1110 11 0 101000 11000010 1010 110111

Color Harmonies of #829398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829398

Black with #829398

Text Example


Text Example

White with #829398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829398; }

 p { color: rgb(130,147,152); }

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

background-color css

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

 a { background-color: rgb(130,147,152); }

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

border-color css

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

 span { border-color: rgb(130,147,152); }

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