Html Css Color HEX #7F628A Affair

📋 copy color: '#7F628A'

red 127 ◦ green 98 ◦ blue 138

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

Shades of Affair #7F628A

Tints of Affair #7F628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27%

 BLUE value IS 138 (54.3% from 255) = 38.02%

R = 34.99%
G = 27%
B = 38.02%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7F628A (or 0x7F628A) is known color: Affair. HEX triplet: 7F, 62 and 8A. RGB value is (127,98,138). Sum of RGB (Red+Green+Blue) = 127+98+138=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F628A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F628A is #809D75. Grayscale: #6F6F6F. Windows color (decimal): -8428918 or 9069183. OLE color: 9069183.

HSL color Cylindrical-coordinate representation of color #7F628A: hue angle of 283.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F628A is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 127 98 138 -
CMYK 0.08 0.29 0 0.46
HSL 283.5º 0.17% 0.46% -
HSV(B) 283.5º 0.29% 0.54% -
XYZ 17.71 15.08 26.02 -
YUV 111.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 127 98 138 0.08 0.29 0 0.46 283.5 0.17 0.46
Hex 7F 62 8A 8 1D 0 2E 11C 11 2E
Octal 177 142 212 10 35 0 56 434 21 56
Binary 1111111 1100010 10001010 1000 11101 0 101110 100011100 10001 101110

Color Harmonies of #7F628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F628A

Black with #7F628A

Text Example


Text Example

White with #7F628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,98,138); }

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

background-color css

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

 a { background-color: rgb(127,98,138); }

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

border-color css

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

 span { border-color: rgb(127,98,138); }

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