Html Css Color HEX #7F7EAA Manatee

📋 copy color: '#7F7EAA'

red 127 ◦ green 126 ◦ blue 170

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

Shades of Manatee #7F7EAA

Tints of Manatee #7F7EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 30.02%
G = 29.79%
B = 40.19%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F7EAA (or 0x7F7EAA) is known color: Manatee. HEX triplet: 7F, 7E and AA. RGB value is (127,126,170). Sum of RGB (Red+Green+Blue) = 127+126+170=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F7EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7EAA is #808155. Grayscale: #838383. Windows color (decimal): -8421718 or 11173503. OLE color: 11173503.

HSL color Cylindrical-coordinate representation of color #7F7EAA: hue angle of 241.36º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F7EAA is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 126 170 -
CMYK 0.25 0.26 0 0.33
HSL 241.36º 0.21% 0.58% -
HSV(B) 241.36º 0.26% 0.67% -
XYZ 23.47 22.34 41.1 -
YUV 131.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 127 126 170 0.25 0.26 0 0.33 241.36 0.21 0.58
Hex 7F 7E AA 19 1A 0 21 F1 15 3A
Octal 177 176 252 31 32 0 41 361 25 72
Binary 1111111 1111110 10101010 11001 11010 0 100001 11110001 10101 111010

Color Harmonies of #7F7EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7EAA

Black with #7F7EAA

Text Example


Text Example

White with #7F7EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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