Html Css Color HEX #7F839B Manatee

📋 copy color: '#7F839B'

red 127 ◦ green 131 ◦ blue 155

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

Shades of Manatee #7F839B

Tints of Manatee #7F839B

RGB

 RED value IS 127 (50% from 255) = 30.75%

 GREEN value IS 131 (51.56% from 255) = 31.72%

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

R = 30.75%
G = 31.72%
B = 37.53%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F839B (or 0x7F839B) is known color: Manatee. HEX triplet: 7F, 83 and 9B. RGB value is (127,131,155). Sum of RGB (Red+Green+Blue) = 127+131+155=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F839B is #807C64. Grayscale: #848484. Windows color (decimal): -8420453 or 10191743. OLE color: 10191743.

HSL color Cylindrical-coordinate representation of color #7F839B: hue angle of 231.43º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F839B is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 131 155 -
CMYK 0.18 0.15 0 0.39
HSL 231.43º 0.12% 0.55% -
HSV(B) 231.43º 0.18% 0.61% -
XYZ 22.79 23.11 34.27 -
YUV 132.54 140.67 124.05 -
System Red Green Blue C M Y K H S L
Decimal 127 131 155 0.18 0.15 0 0.39 231.43 0.12 0.55
Hex 7F 83 9B 12 F 0 27 E7 C 37
Octal 177 203 233 22 17 0 47 347 14 67
Binary 1111111 10000011 10011011 10010 1111 0 100111 11100111 1100 110111

Color Harmonies of #7F839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F839B

Black with #7F839B

Text Example


Text Example

White with #7F839B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F839B; }

 p { color: rgb(127,131,155); }

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

background-color css

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

 a { background-color: rgb(127,131,155); }

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

border-color css

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

 span { border-color: rgb(127,131,155); }

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