#818298

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

Shades of Manatee #818298

Tints of Manatee #818298

Color information

#818298 (or 0x818298) is unknown color: approx Manatee. HEX triplet: 81, 82 and 98. RGB value is (129,130,152). Sum of RGB (Red+Green+Blue) = 129+130+152=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 152 - color contains mainly: blue. Hex color #818298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818298 is #7E7D67. Grayscale: #848484. Windows color (decimal): -8289640 or 9994881. OLE color: 9994881.

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

Color convert

RGB129130152-
CMYK0.150.1400.40
HSL237.39º10.04%55.1%-
HSV(B)237.39º15.13%59.61%-
XYZ22.722.932.93-
YUV132.21139.17125.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 130 (51.17% from 255) = 31.63%
BLUE value IS 152 (59.77% from 255) = 36.98%
R=31.39%
G=31.63%
B=36.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291301520.150.1400.40237.3910.0455.1
Hex818298FE028eda37
Octal20120223017160503551267
Binary100000011000001010011000111111100101000111011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818298; }

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

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

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

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

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

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

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

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