Html Css Color HEX #7F7EA7 Manatee

📋 copy color: '#7F7EA7'

red 127 ◦ green 126 ◦ blue 167

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

Shades of Manatee #7F7EA7

Tints of Manatee #7F7EA7

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30%

 BLUE value IS 167 (65.63% from 255) = 39.76%

R = 30.24%
G = 30%
B = 39.76%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7F7EA7 (or 0x7F7EA7) is known color: Manatee. HEX triplet: 7F, 7E and A7. RGB value is (127,126,167). Sum of RGB (Red+Green+Blue) = 127+126+167=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 167 - color contains mainly: blue. Hex color #7F7EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7EA7 is #808158. Grayscale: #828282. Windows color (decimal): -8421721 or 10976895. OLE color: 10976895.

HSL color Cylindrical-coordinate representation of color #7F7EA7: hue angle of 241.46º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F7EA7 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 126 167 -
CMYK 0.24 0.25 0 0.35
HSL 241.46º 0.19% 0.57% -
HSV(B) 241.46º 0.25% 0.65% -
XYZ 23.19 22.22 39.63 -
YUV 130.97 148.33 125.17 -
System Red Green Blue C M Y K H S L
Decimal 127 126 167 0.24 0.25 0 0.35 241.46 0.19 0.57
Hex 7F 7E A7 18 19 0 23 F1 13 39
Octal 177 176 247 30 31 0 43 361 23 71
Binary 1111111 1111110 10100111 11000 11001 0 100011 11110001 10011 111001

Color Harmonies of #7F7EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7EA7

Black with #7F7EA7

Text Example


Text Example

White with #7F7EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,126,167); }

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

background-color css

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

 a { background-color: rgb(127,126,167); }

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

border-color css

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

 span { border-color: rgb(127,126,167); }

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