Html Css Color HEX #818298 Manatee

📋 copy color: '#818298'

red 129 ◦ green 130 ◦ blue 152

#818298
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #818298

Tints of Manatee #818298

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 value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#818298 (or 0x818298) is known color: 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

RGB 129 130 152 -
CMYK 0.15 0.14 0 0.40
HSL 237.39º 0.1% 0.55% -
HSV(B) 237.39º 0.15% 0.6% -
XYZ 22.7 22.9 32.93 -
YUV 132.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 129 130 152 0.15 0.14 0 0.40 237.39 0.1 0.55
Hex 81 82 98 F E 0 28 ED A 37
Octal 201 202 230 17 16 0 50 355 12 67
Binary 10000001 10000010 10011000 1111 1110 0 101000 11101101 1010 110111

Color Harmonies of #818298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818298

Black with #818298

Text Example


Text Example

White with #818298

Text Example


Text Example

HTML Codes & Css Web 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>