Html Css Color HEX #81879B Manatee

📋 copy color: '#81879B'

red 129 ◦ green 135 ◦ blue 155

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

Shades of Manatee #81879B

Tints of Manatee #81879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.22%

 BLUE value IS 155 (60.94% from 255) = 36.99%

R = 30.79%
G = 32.22%
B = 36.99%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#81879B (or 0x81879B) is known color: Manatee. HEX triplet: 81, 87 and 9B. RGB value is (129,135,155). Sum of RGB (Red+Green+Blue) = 129+135+155=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 155 - color contains mainly: blue. Hex color #81879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81879B is #7E7864. Grayscale: #878787. Windows color (decimal): -8288357 or 10192769. OLE color: 10192769.

HSL color Cylindrical-coordinate representation of color #81879B: hue angle of 226.15º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #81879B is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 135 155 -
CMYK 0.17 0.13 0 0.39
HSL 226.15º 0.12% 0.56% -
HSV(B) 226.15º 0.17% 0.61% -
XYZ 23.63 24.36 34.47 -
YUV 135.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 129 135 155 0.17 0.13 0 0.39 226.15 0.12 0.56
Hex 81 87 9B 11 D 0 27 E2 C 38
Octal 201 207 233 21 15 0 47 342 14 70
Binary 10000001 10000111 10011011 10001 1101 0 100111 11100010 1100 111000

Color Harmonies of #81879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81879B

Black with #81879B

Text Example


Text Example

White with #81879B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81879B; }

 p { color: rgb(129,135,155); }

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

background-color css

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

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

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

border-color css

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

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

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