Html Css Color HEX #838690 Manatee

📋 copy color: '#838690'

red 131 ◦ green 134 ◦ blue 144

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

Shades of Manatee #838690

Tints of Manatee #838690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.76%

 BLUE value IS 144 (56.64% from 255) = 35.21%

R = 32.03%
G = 32.76%
B = 35.21%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#838690 (or 0x838690) is known color: Manatee. HEX triplet: 83, 86 and 90. RGB value is (131,134,144). Sum of RGB (Red+Green+Blue) = 131+134+144=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 144 - color contains mainly: blue. Hex color #838690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838690 is #7C796F. Grayscale: #868686. Windows color (decimal): -8157552 or 9471619. OLE color: 9471619.

HSL color Cylindrical-coordinate representation of color #838690: hue angle of 226.15º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #838690 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 134 144 -
CMYK 0.09 0.07 0 0.44
HSL 226.15º 0.06% 0.54% -
HSV(B) 226.15º 0.09% 0.56% -
XYZ 22.92 23.89 29.79 -
YUV 134.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 131 134 144 0.09 0.07 0 0.44 226.15 0.06 0.54
Hex 83 86 90 9 7 0 2C E2 6 36
Octal 203 206 220 11 7 0 54 342 6 66
Binary 10000011 10000110 10010000 1001 111 0 101100 11100010 110 110110

Color Harmonies of #838690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838690

Black with #838690

Text Example


Text Example

White with #838690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838690; }

 p { color: rgb(131,134,144); }

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

background-color css

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

 a { background-color: rgb(131,134,144); }

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

border-color css

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

 span { border-color: rgb(131,134,144); }

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