Html Css Color HEX #83979D Bali Hai

📋 copy color: '#83979D'

red 131 ◦ green 151 ◦ blue 157

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

Shades of Bali Hai #83979D

Tints of Bali Hai #83979D

RGB

 RED value IS 131 (51.56% from 255) = 29.84%

 GREEN value IS 151 (59.38% from 255) = 34.4%

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

R = 29.84%
G = 34.4%
B = 35.76%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83979D (or 0x83979D) is known color: Bali Hai. HEX triplet: 83, 97 and 9D. RGB value is (131,151,157). Sum of RGB (Red+Green+Blue) = 131+151+157=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 157 - color contains mainly: blue. Hex color #83979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83979D is #7C6862. Grayscale: #919191. Windows color (decimal): -8153187 or 10327939. OLE color: 10327939.

HSL color Cylindrical-coordinate representation of color #83979D: hue angle of 193.85º 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 #83979D is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 151 157 -
CMYK 0.17 0.04 0 0.38
HSL 193.85º 0.12% 0.56% -
HSV(B) 193.85º 0.17% 0.62% -
XYZ 26.51 29.39 36.17 -
YUV 145.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 131 151 157 0.17 0.04 0 0.38 193.85 0.12 0.56
Hex 83 97 9D 11 4 0 26 C2 C 38
Octal 203 227 235 21 4 0 46 302 14 70
Binary 10000011 10010111 10011101 10001 100 0 100110 11000010 1100 111000

Color Harmonies of #83979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83979D

Black with #83979D

Text Example


Text Example

White with #83979D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,151,157); }

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

background-color css

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

 a { background-color: rgb(131,151,157); }

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

border-color css

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

 span { border-color: rgb(131,151,157); }

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