#838498

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

Shades of Manatee #838498

Tints of Manatee #838498

Color information

#838498 (or 0x838498) is unknown color: approx Manatee. HEX triplet: 83, 84 and 98. RGB value is (131,132,152). Sum of RGB (Red+Green+Blue) = 131+132+152=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 152 - color contains mainly: blue. Hex color #838498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838498 is #7C7B67. Grayscale: #858585. Windows color (decimal): -8158056 or 9995395. OLE color: 9995395.

HSL color Cylindrical-coordinate representation of color #838498: hue angle of 237.14º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #838498 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB131132152-
CMYK0.140.1300.40
HSL237.14º9.25%55.49%-
HSV(B)237.14º13.82%59.61%-
XYZ23.2823.5933.03-
YUV133.98138.17125.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.57%
GREEN value IS 132 (51.95% from 255) = 31.81%
BLUE value IS 152 (59.77% from 255) = 36.63%
R=31.57%
G=31.81%
B=36.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1311321520.140.1300.40237.149.2555.49
Hex838498ED028ed937
Octal20320423016150503551167
Binary100000111000010010011000111011010101000111011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838498; }

 p { color: rgb(131,132,152); }

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

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

 a { background-color: rgb(131,132,152); }

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

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

 span { border-color: rgb(131,132,152); }

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