Html Css Color HEX #818498 Manatee

📋 copy color: '#818498'

red 129 ◦ green 132 ◦ blue 152

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

Shades of Manatee #818498

Tints of Manatee #818498

RGB

 RED value IS 129 (50.78% from 255) = 31.23%

 GREEN value IS 132 (51.95% from 255) = 31.96%

 BLUE value IS 152 (59.77% from 255) = 36.8%

R = 31.23%
G = 31.96%
B = 36.8%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#818498 (or 0x818498) is known color: Manatee. HEX triplet: 81, 84 and 98. RGB value is (129,132,152). Sum of RGB (Red+Green+Blue) = 129+132+152=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 152 - color contains mainly: blue. Hex color #818498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818498 is #7E7B67. Grayscale: #858585. Windows color (decimal): -8289128 or 9995393. OLE color: 9995393.

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

Color convert

RGB 129 132 152 -
CMYK 0.15 0.13 0 0.40
HSL 232.17º 0.1% 0.55% -
HSV(B) 232.17º 0.15% 0.6% -
XYZ 22.97 23.44 33.02 -
YUV 133.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 129 132 152 0.15 0.13 0 0.40 232.17 0.1 0.55
Hex 81 84 98 F D 0 28 E8 A 37
Octal 201 204 230 17 15 0 50 350 12 67
Binary 10000001 10000100 10011000 1111 1101 0 101000 11101000 1010 110111

Color Harmonies of #818498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818498

Black with #818498

Text Example


Text Example

White with #818498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818498; }

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

 H1.HeaderClassName
 {
   color: #818498;
 }
 .AnyTagClassName
 {
   color: #818498;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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