Html Css Color HEX #838695 Manatee

📋 copy color: '#838695'

red 131 ◦ green 134 ◦ blue 149

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

Shades of Manatee #838695

Tints of Manatee #838695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.99%

R = 31.64%
G = 32.37%
B = 35.99%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#838695 (or 0x838695) is known color: Manatee. HEX triplet: 83, 86 and 95. RGB value is (131,134,149). Sum of RGB (Red+Green+Blue) = 131+134+149=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 149 - color contains mainly: blue. Hex color #838695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838695 is #7C796A. Grayscale: #868686. Windows color (decimal): -8157547 or 9799299. OLE color: 9799299.

HSL color Cylindrical-coordinate representation of color #838695: hue angle of 230º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #838695 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 134 149 -
CMYK 0.12 0.10 0 0.42
HSL 230º 0.08% 0.55% -
HSV(B) 230º 0.12% 0.58% -
XYZ 23.31 24.05 31.85 -
YUV 134.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 131 134 149 0.12 0.10 0 0.42 230 0.08 0.55
Hex 83 86 95 C A 0 2A E6 8 37
Octal 203 206 225 14 12 0 52 346 10 67
Binary 10000011 10000110 10010101 1100 1010 0 101010 11100110 1000 110111

Color Harmonies of #838695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838695

Black with #838695

Text Example


Text Example

White with #838695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838695; }

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

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

background-color css

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

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

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

border-color css

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

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

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