#838998

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

Shades of Manatee #838998

Tints of Manatee #838998

Color information

#838998 (or 0x838998) is unknown color: approx Manatee. HEX triplet: 83, 89 and 98. RGB value is (131,137,152). Sum of RGB (Red+Green+Blue) = 131+137+152=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 152 - color contains mainly: blue. Hex color #838998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838998 is #7C7667. Grayscale: #888888. Windows color (decimal): -8156776 or 9996675. OLE color: 9996675.

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

Color convert

RGB131137152-
CMYK0.140.1000.40
HSL222.86º9.25%55.49%-
HSV(B)222.86º13.82%59.61%-
XYZ23.9724.9833.26-
YUV136.92136.51123.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.19%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=31.19%
G=32.62%
B=36.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1311371520.140.1000.40222.869.2555.49
Hex838998EA028df937
Octal20321123016120503371167
Binary100000111000100110011000111010100101000110111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838998; }

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

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

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

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

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

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

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

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