#838698

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

Shades of Manatee #838698

Tints of Manatee #838698

Color information

#838698 (or 0x838698) is unknown color: approx Manatee. HEX triplet: 83, 86 and 98. RGB value is (131,134,152). Sum of RGB (Red+Green+Blue) = 131+134+152=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 152 - color contains mainly: blue. Hex color #838698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838698 is #7C7967. Grayscale: #878787. Windows color (decimal): -8157544 or 9995907. OLE color: 9995907.

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

Color convert

RGB131134152-
CMYK0.140.1200.40
HSL231.43º9.25%55.49%-
HSV(B)231.43º13.82%59.61%-
XYZ23.5524.1433.12-
YUV135.16137.51125.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.41%
GREEN value IS 134 (52.73% from 255) = 32.13%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=31.41%
G=32.13%
B=36.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1311341520.140.1200.40231.439.2555.49
Hex838698EC028e7937
Octal20320623016140503471167
Binary100000111000011010011000111011000101000111001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838698; }

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

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

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

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

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

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

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

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