Html Css Color HEX #7E558F Affair

📋 copy color: '#7E558F'

red 126 ◦ green 85 ◦ blue 143

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

Shades of Affair #7E558F

Tints of Affair #7E558F

RGB

 RED value IS 126 (49.61% from 255) = 35.59%

 GREEN value IS 85 (33.59% from 255) = 24.01%

 BLUE value IS 143 (56.25% from 255) = 40.4%

R = 35.59%
G = 24.01%
B = 40.4%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7E558F (or 0x7E558F) is known color: Affair. HEX triplet: 7E, 55 and 8F. RGB value is (126,85,143). Sum of RGB (Red+Green+Blue) = 126+85+143=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 143 - color contains mainly: blue. Hex color #7E558F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E558F is #81AA70. Grayscale: #676767. Windows color (decimal): -8497777 or 9393534. OLE color: 9393534.

HSL color Cylindrical-coordinate representation of color #7E558F: hue angle of 282.41º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E558F is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 85 143 -
CMYK 0.12 0.41 0 0.44
HSL 282.41º 0.25% 0.45% -
HSV(B) 282.41º 0.41% 0.56% -
XYZ 16.81 12.92 27.59 -
YUV 103.87 150.08 143.78 -
System Red Green Blue C M Y K H S L
Decimal 126 85 143 0.12 0.41 0 0.44 282.41 0.25 0.45
Hex 7E 55 8F C 29 0 2C 11A 19 2D
Octal 176 125 217 14 51 0 54 432 31 55
Binary 1111110 1010101 10001111 1100 101001 0 101100 100011010 11001 101101

Color Harmonies of #7E558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E558F

Black with #7E558F

Text Example


Text Example

White with #7E558F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,85,143); }

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

background-color css

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

 a { background-color: rgb(126,85,143); }

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

border-color css

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

 span { border-color: rgb(126,85,143); }

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