#838794

Color #838794 Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #838794

Tints of Manatee #838794

Color information

#838794 (or 0x838794) is unknown color: approx Manatee. HEX triplet: 83, 87 and 94. RGB value is (131,135,148). Sum of RGB (Red+Green+Blue) = 131+135+148=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 148 - color contains mainly: blue. Hex color #838794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838794 is #7C786B. Grayscale: #878787. Windows color (decimal): -8157292 or 9734019. OLE color: 9734019.

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

Color convert

RGB131135148-
CMYK0.110.0900.42
HSL225.88º7.36%54.71%-
HSV(B)225.88º11.49%58.04%-
XYZ23.3724.2931.47-
YUV135.29135.17124.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.64%
GREEN value IS 135 (53.12% from 255) = 32.61%
BLUE value IS 148 (58.20% from 255) = 35.75%
R=31.64%
G=32.61%
B=35.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311351480.110.0900.42225.887.3654.71
Hex838794B902Ae2737
Octal2032072241311052342767
Binary10000011100001111001010010111001010101011100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838794; }

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

 H1.HeaderClassName
 {
   color: #838794;
 }
 .AnyTagClassName
 {
   color: #838794;
 }
</style>
background-color css

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

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

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

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

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

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