#818198

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

Shades of Manatee #818198

Tints of Manatee #818198

Color information

#818198 (or 0x818198) is unknown color: approx Manatee. HEX triplet: 81, 81 and 98. RGB value is (129,129,152). Sum of RGB (Red+Green+Blue) = 129+129+152=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 152 - color contains mainly: blue. Hex color #818198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818198 is #7E7E67. Grayscale: #838383. Windows color (decimal): -8289896 or 9994625. OLE color: 9994625.

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

Color convert

RGB129129152-
CMYK0.150.1500.40
HSL240º10.04%55.1%-
HSV(B)240º15.13%59.61%-
XYZ22.5722.6332.89-
YUV131.62139.5126.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.46%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 152 (59.77% from 255) = 37.07%
R=31.46%
G=31.46%
B=37.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291291520.150.1500.4024010.0455.1
Hex818198FF028f0a37
Octal20120123017170503601267
Binary100000011000000110011000111111110101000111100001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818198; }

 p { color: rgb(129,129,152); }

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

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

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

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

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

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

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