Html Css Color HEX #82959D Bali Hai

📋 copy color: '#82959D'

red 130 ◦ green 149 ◦ blue 157

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

Shades of Bali Hai #82959D

Tints of Bali Hai #82959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.17%

 BLUE value IS 157 (61.72% from 255) = 36.01%

R = 29.82%
G = 34.17%
B = 36.01%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82959D (or 0x82959D) is known color: Bali Hai. HEX triplet: 82, 95 and 9D. RGB value is (130,149,157). Sum of RGB (Red+Green+Blue) = 130+149+157=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 157 - color contains mainly: blue. Hex color #82959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82959D is #7D6A62. Grayscale: #909090. Windows color (decimal): -8219235 or 10327426. OLE color: 10327426.

HSL color Cylindrical-coordinate representation of color #82959D: hue angle of 197.78º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82959D is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 149 157 -
CMYK 0.17 0.05 0 0.38
HSL 197.78º 0.12% 0.56% -
HSV(B) 197.78º 0.17% 0.62% -
XYZ 26.04 28.68 36.06 -
YUV 144.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 130 149 157 0.17 0.05 0 0.38 197.78 0.12 0.56
Hex 82 95 9D 11 5 0 26 C6 C 38
Octal 202 225 235 21 5 0 46 306 14 70
Binary 10000010 10010101 10011101 10001 101 0 100110 11000110 1100 111000

Color Harmonies of #82959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82959D

Black with #82959D

Text Example


Text Example

White with #82959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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