Html Css Color HEX #83969B Bali Hai

📋 copy color: '#83969B'

red 131 ◦ green 150 ◦ blue 155

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

Shades of Bali Hai #83969B

Tints of Bali Hai #83969B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.4%

 BLUE value IS 155 (60.94% from 255) = 35.55%

R = 30.05%
G = 34.4%
B = 35.55%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83969B (or 0x83969B) is known color: Bali Hai. HEX triplet: 83, 96 and 9B. RGB value is (131,150,155). Sum of RGB (Red+Green+Blue) = 131+150+155=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 155 - color contains mainly: blue. Hex color #83969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83969B is #7C6964. Grayscale: #909090. Windows color (decimal): -8153445 or 10196611. OLE color: 10196611.

HSL color Cylindrical-coordinate representation of color #83969B: hue angle of 192.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83969B is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 150 155 -
CMYK 0.15 0.03 0 0.39
HSL 192.5º 0.11% 0.56% -
HSV(B) 192.5º 0.15% 0.61% -
XYZ 26.18 29 35.23 -
YUV 144.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 131 150 155 0.15 0.03 0 0.39 192.5 0.11 0.56
Hex 83 96 9B F 3 0 27 C0 B 38
Octal 203 226 233 17 3 0 47 300 13 70
Binary 10000011 10010110 10011011 1111 11 0 100111 11000000 1011 111000

Color Harmonies of #83969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83969B

Black with #83969B

Text Example


Text Example

White with #83969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83969B; }

 p { color: rgb(131,150,155); }

 H1.HeaderClassName
 {
   color: #83969B;
 }
 .AnyTagClassName
 {
   color: #83969B;
 }
</style>

background-color css

<style>
 a { background-color: #83969B; }

 a { background-color: rgb(131,150,155); }

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

border-color css

<style>
 span { border-color: #83969B; }

 span { border-color: rgb(131,150,155); }

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