Html Css Color HEX #7F8299 Manatee

📋 copy color: '#7F8299'

red 127 ◦ green 130 ◦ blue 153

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

Shades of Manatee #7F8299

Tints of Manatee #7F8299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.71%

 BLUE value IS 153 (60.16% from 255) = 37.32%

R = 30.98%
G = 31.71%
B = 37.32%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7F8299 (or 0x7F8299) is known color: Manatee. HEX triplet: 7F, 82 and 99. RGB value is (127,130,153). Sum of RGB (Red+Green+Blue) = 127+130+153=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F8299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8299 is #807D66. Grayscale: #838383. Windows color (decimal): -8420711 or 10060415. OLE color: 10060415.

HSL color Cylindrical-coordinate representation of color #7F8299: hue angle of 233.08º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F8299 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 127 130 153 -
CMYK 0.17 0.15 0 0.4
HSL 233.08º 0.11% 0.55% -
HSV(B) 233.08º 0.17% 0.6% -
XYZ 22.48 22.78 33.35 -
YUV 131.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 127 130 153 0.17 0.15 0 0.4 233.08 0.11 0.55
Hex 7F 82 99 11 F 0 28 E9 B 37
Octal 177 202 231 21 17 0 50 351 13 67
Binary 1111111 10000010 10011001 10001 1111 0 101000 11101001 1011 110111

Color Harmonies of #7F8299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8299

Black with #7F8299

Text Example


Text Example

White with #7F8299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,130,153); }

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

background-color css

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

 a { background-color: rgb(127,130,153); }

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

border-color css

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

 span { border-color: rgb(127,130,153); }

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