Html Css Color HEX #7F628D Affair

📋 copy color: '#7F628D'

red 127 ◦ green 98 ◦ blue 141

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

Shades of Affair #7F628D

Tints of Affair #7F628D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 34.7%
G = 26.78%
B = 38.52%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F628D (or 0x7F628D) is known color: Affair. HEX triplet: 7F, 62 and 8D. RGB value is (127,98,141). Sum of RGB (Red+Green+Blue) = 127+98+141=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F628D is #809D72. Grayscale: #6F6F6F. Windows color (decimal): -8428915 or 9265791. OLE color: 9265791.

HSL color Cylindrical-coordinate representation of color #7F628D: hue angle of 280.47º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F628D is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 98 141 -
CMYK 0.10 0.30 0 0.45
HSL 280.47º 0.18% 0.47% -
HSV(B) 280.47º 0.3% 0.55% -
XYZ 17.93 15.17 27.18 -
YUV 111.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 127 98 141 0.10 0.30 0 0.45 280.47 0.18 0.47
Hex 7F 62 8D A 1E 0 2D 118 12 2F
Octal 177 142 215 12 36 0 55 430 22 57
Binary 1111111 1100010 10001101 1010 11110 0 101101 100011000 10010 101111

Color Harmonies of #7F628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F628D

Black with #7F628D

Text Example


Text Example

White with #7F628D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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