Html Css Color HEX #7F8298 Manatee

📋 copy color: '#7F8298'

red 127 ◦ green 130 ◦ blue 152

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

Shades of Manatee #7F8298

Tints of Manatee #7F8298

RGB

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

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

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

R = 31.05%
G = 31.78%
B = 37.16%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7F8298 (or 0x7F8298) is known color: Manatee. HEX triplet: 7F, 82 and 98. RGB value is (127,130,152). Sum of RGB (Red+Green+Blue) = 127+130+152=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 152 - color contains mainly: blue. Hex color #7F8298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8298 is #807D67. Grayscale: #838383. Windows color (decimal): -8420712 or 9994879. OLE color: 9994879.

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

Color convert

RGB 127 130 152 -
CMYK 0.16 0.14 0 0.40
HSL 232.8º 0.11% 0.55% -
HSV(B) 232.8º 0.16% 0.6% -
XYZ 22.4 22.74 32.92 -
YUV 131.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 127 130 152 0.16 0.14 0 0.40 232.8 0.11 0.55
Hex 7F 82 98 10 E 0 28 E9 B 37
Octal 177 202 230 20 16 0 50 351 13 67
Binary 1111111 10000010 10011000 10000 1110 0 101000 11101001 1011 110111

Color Harmonies of #7F8298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8298

Black with #7F8298

Text Example


Text Example

White with #7F8298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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