Html Css Color HEX #83979F Bali Hai

📋 copy color: '#83979F'

red 131 ◦ green 151 ◦ blue 159

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

Shades of Bali Hai #83979F

Tints of Bali Hai #83979F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.05%

R = 29.71%
G = 34.24%
B = 36.05%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83979F (or 0x83979F) is known color: Bali Hai. HEX triplet: 83, 97 and 9F. RGB value is (131,151,159). Sum of RGB (Red+Green+Blue) = 131+151+159=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 159 - color contains mainly: blue. Hex color #83979F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83979F is #7C6860. Grayscale: #919191. Windows color (decimal): -8153185 or 10459011. OLE color: 10459011.

HSL color Cylindrical-coordinate representation of color #83979F: hue angle of 197.14º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #83979F is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 151 159 -
CMYK 0.18 0.05 0 0.38
HSL 197.14º 0.13% 0.57% -
HSV(B) 197.14º 0.18% 0.62% -
XYZ 26.68 29.46 37.08 -
YUV 145.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 131 151 159 0.18 0.05 0 0.38 197.14 0.13 0.57
Hex 83 97 9F 12 5 0 26 C5 D 39
Octal 203 227 237 22 5 0 46 305 15 71
Binary 10000011 10010111 10011111 10010 101 0 100110 11000101 1101 111001

Color Harmonies of #83979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83979F

Black with #83979F

Text Example


Text Example

White with #83979F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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