Html Css Color HEX #83949D Bali Hai

📋 copy color: '#83949D'

red 131 ◦ green 148 ◦ blue 157

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

Shades of Bali Hai #83949D

Tints of Bali Hai #83949D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.94%

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

R = 30.05%
G = 33.94%
B = 36.01%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83949D (or 0x83949D) is known color: Bali Hai. HEX triplet: 83, 94 and 9D. RGB value is (131,148,157). Sum of RGB (Red+Green+Blue) = 131+148+157=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 148 (58.20% from 255 or 33.94% 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 #83949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83949D is #7C6B62. Grayscale: #8F8F8F. Windows color (decimal): -8153955 or 10327171. OLE color: 10327171.

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

Color convert

RGB 131 148 157 -
CMYK 0.17 0.06 0 0.38
HSL 200.77º 0.12% 0.56% -
HSV(B) 200.77º 0.17% 0.62% -
XYZ 26.04 28.44 36.02 -
YUV 143.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 131 148 157 0.17 0.06 0 0.38 200.77 0.12 0.56
Hex 83 94 9D 11 6 0 26 C9 C 38
Octal 203 224 235 21 6 0 46 311 14 70
Binary 10000011 10010100 10011101 10001 110 0 100110 11001001 1100 111000

Color Harmonies of #83949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83949D

Black with #83949D

Text Example


Text Example

White with #83949D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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