Html Css Color HEX #7F5388 Affair

📋 copy color: '#7F5388'

red 127 ◦ green 83 ◦ blue 136

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

Shades of Affair #7F5388

Tints of Affair #7F5388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.99%

 BLUE value IS 136 (53.52% from 255) = 39.31%

R = 36.71%
G = 23.99%
B = 39.31%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7F5388 (or 0x7F5388) is known color: Affair. HEX triplet: 7F, 53 and 88. RGB value is (127,83,136). Sum of RGB (Red+Green+Blue) = 127+83+136=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F5388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5388 is #80AC77. Grayscale: #666666. Windows color (decimal): -8432760 or 8934271. OLE color: 8934271.

HSL color Cylindrical-coordinate representation of color #7F5388: hue angle of 289.81º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F5388 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 83 136 -
CMYK 0.07 0.39 0 0.47
HSL 289.81º 0.24% 0.43% -
HSV(B) 289.81º 0.39% 0.53% -
XYZ 16.29 12.48 24.84 -
YUV 102.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 127 83 136 0.07 0.39 0 0.47 289.81 0.24 0.43
Hex 7F 53 88 7 27 0 2F 122 18 2B
Octal 177 123 210 7 47 0 57 442 30 53
Binary 1111111 1010011 10001000 111 100111 0 101111 100100010 11000 101011

Color Harmonies of #7F5388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5388

Black with #7F5388

Text Example


Text Example

White with #7F5388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,83,136); }

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

background-color css

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

 a { background-color: rgb(127,83,136); }

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

border-color css

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

 span { border-color: rgb(127,83,136); }

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