Html Css Color HEX #7F6487 Trendy Pink

📋 copy color: '#7F6487'

red 127 ◦ green 100 ◦ blue 135

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

Shades of Trendy Pink #7F6487

Tints of Trendy Pink #7F6487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.62%

 BLUE value IS 135 (53.13% from 255) = 37.29%

R = 35.08%
G = 27.62%
B = 37.29%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7F6487 (or 0x7F6487) is known color: Trendy Pink. HEX triplet: 7F, 64 and 87. RGB value is (127,100,135). Sum of RGB (Red+Green+Blue) = 127+100+135=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F6487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6487 is #809B78. Grayscale: #6F6F6F. Windows color (decimal): -8428409 or 8873087. OLE color: 8873087.

HSL color Cylindrical-coordinate representation of color #7F6487: hue angle of 286.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F6487 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 100 135 -
CMYK 0.06 0.26 0 0.47
HSL 286.29º 0.15% 0.46% -
HSV(B) 286.29º 0.26% 0.53% -
XYZ 17.68 15.38 24.96 -
YUV 112.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 127 100 135 0.06 0.26 0 0.47 286.29 0.15 0.46
Hex 7F 64 87 6 1A 0 2F 11E F 2E
Octal 177 144 207 6 32 0 57 436 17 56
Binary 1111111 1100100 10000111 110 11010 0 101111 100011110 1111 101110

Color Harmonies of #7F6487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6487

Black with #7F6487

Text Example


Text Example

White with #7F6487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,100,135); }

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

background-color css

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

 a { background-color: rgb(127,100,135); }

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

border-color css

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

 span { border-color: rgb(127,100,135); }

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