Html Css Color HEX #7F6296 Affair

📋 copy color: '#7F6296'

red 127 ◦ green 98 ◦ blue 150

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

Shades of Affair #7F6296

Tints of Affair #7F6296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40%

R = 33.87%
G = 26.13%
B = 40%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7F6296 (or 0x7F6296) is known color: Affair. HEX triplet: 7F, 62 and 96. RGB value is (127,98,150). Sum of RGB (Red+Green+Blue) = 127+98+150=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 150 - color contains mainly: blue. Hex color #7F6296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6296 is #809D69. Grayscale: #707070. Windows color (decimal): -8428906 or 9855615. OLE color: 9855615.

HSL color Cylindrical-coordinate representation of color #7F6296: hue angle of 273.46º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F6296 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 127 98 150 -
CMYK 0.15 0.35 0 0.41
HSL 273.46º 0.21% 0.49% -
HSV(B) 273.46º 0.35% 0.59% -
XYZ 18.63 15.45 30.85 -
YUV 112.6 149.11 138.27 -
System Red Green Blue C M Y K H S L
Decimal 127 98 150 0.15 0.35 0 0.41 273.46 0.21 0.49
Hex 7F 62 96 F 23 0 29 111 15 31
Octal 177 142 226 17 43 0 51 421 25 61
Binary 1111111 1100010 10010110 1111 100011 0 101001 100010001 10101 110001

Color Harmonies of #7F6296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6296

Black with #7F6296

Text Example


Text Example

White with #7F6296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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