Html Css Color HEX #7F558A Affair

📋 copy color: '#7F558A'

red 127 ◦ green 85 ◦ blue 138

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

Shades of Affair #7F558A

Tints of Affair #7F558A

RGB

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

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

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

R = 36.29%
G = 24.29%
B = 39.43%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7F558A (or 0x7F558A) is known color: Affair. HEX triplet: 7F, 55 and 8A. RGB value is (127,85,138). Sum of RGB (Red+Green+Blue) = 127+85+138=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F558A is #80AA75. Grayscale: #676767. Windows color (decimal): -8432246 or 9065855. OLE color: 9065855.

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

Color convert

RGB 127 85 138 -
CMYK 0.08 0.38 0 0.46
HSL 287.55º 0.24% 0.44% -
HSV(B) 287.55º 0.38% 0.54% -
XYZ 16.59 12.84 25.65 -
YUV 103.6 147.41 144.69 -
System Red Green Blue C M Y K H S L
Decimal 127 85 138 0.08 0.38 0 0.46 287.55 0.24 0.44
Hex 7F 55 8A 8 26 0 2E 120 18 2C
Octal 177 125 212 10 46 0 56 440 30 54
Binary 1111111 1010101 10001010 1000 100110 0 101110 100100000 11000 101100

Color Harmonies of #7F558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F558A

Black with #7F558A

Text Example


Text Example

White with #7F558A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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