Html Css Color HEX #83989E Bali Hai

📋 copy color: '#83989E'

red 131 ◦ green 152 ◦ blue 158

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

Shades of Bali Hai #83989E

Tints of Bali Hai #83989E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.47%

 BLUE value IS 158 (62.11% from 255) = 35.83%

R = 29.71%
G = 34.47%
B = 35.83%

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

#83989E (or 0x83989E) is known color: Bali Hai. HEX triplet: 83, 98 and 9E. RGB value is (131,152,158). Sum of RGB (Red+Green+Blue) = 131+152+158=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 158 - color contains mainly: blue. Hex color #83989E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83989E is #7C6761. Grayscale: #929292. Windows color (decimal): -8152930 or 10393731. OLE color: 10393731.

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

Color convert

RGB 131 152 158 -
CMYK 0.17 0.04 0 0.38
HSL 193.33º 0.12% 0.57% -
HSV(B) 193.33º 0.17% 0.62% -
XYZ 26.76 29.75 36.68 -
YUV 146.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 131 152 158 0.17 0.04 0 0.38 193.33 0.12 0.57
Hex 83 98 9E 11 4 0 26 C1 C 39
Octal 203 230 236 21 4 0 46 301 14 71
Binary 10000011 10011000 10011110 10001 100 0 100110 11000001 1100 111001

Color Harmonies of #83989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83989E

Black with #83989E

Text Example


Text Example

White with #83989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83989E; }

 p { color: rgb(131,152,158); }

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

background-color css

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

 a { background-color: rgb(131,152,158); }

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

border-color css

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

 span { border-color: rgb(131,152,158); }

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