Html Css Color HEX #838795 Manatee

📋 copy color: '#838795'

red 131 ◦ green 135 ◦ blue 149

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

Shades of Manatee #838795

Tints of Manatee #838795

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.53%

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

R = 31.57%
G = 32.53%
B = 35.9%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#838795 (or 0x838795) is known color: Manatee. HEX triplet: 83, 87 and 95. RGB value is (131,135,149). Sum of RGB (Red+Green+Blue) = 131+135+149=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 149 - color contains mainly: blue. Hex color #838795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838795 is #7C786A. Grayscale: #878787. Windows color (decimal): -8157291 or 9799555. OLE color: 9799555.

HSL color Cylindrical-coordinate representation of color #838795: hue angle of 226.67º 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 #838795 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 135 149 -
CMYK 0.12 0.09 0 0.42
HSL 226.67º 0.08% 0.55% -
HSV(B) 226.67º 0.12% 0.58% -
XYZ 23.45 24.32 31.89 -
YUV 135.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 131 135 149 0.12 0.09 0 0.42 226.67 0.08 0.55
Hex 83 87 95 C 9 0 2A E3 8 37
Octal 203 207 225 14 11 0 52 343 10 67
Binary 10000011 10000111 10010101 1100 1001 0 101010 11100011 1000 110111

Color Harmonies of #838795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838795

Black with #838795

Text Example


Text Example

White with #838795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838795; }

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

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

background-color css

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

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

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

border-color css

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

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

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