Html Css Color HEX #7F59BD Blue Marguerite

📋 copy color: '#7F59BD'

red 127 ◦ green 89 ◦ blue 189

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

Shades of Blue Marguerite #7F59BD

Tints of Blue Marguerite #7F59BD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.98%

 BLUE value IS 189 (74.22% from 255) = 46.67%

R = 31.36%
G = 21.98%
B = 46.67%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F59BD (or 0x7F59BD) is known color: Blue Marguerite. HEX triplet: 7F, 59 and BD. RGB value is (127,89,189). Sum of RGB (Red+Green+Blue) = 127+89+189=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F59BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F59BD is #80A642. Grayscale: #6F6F6F. Windows color (decimal): -8431171 or 12409215. OLE color: 12409215.

HSL color Cylindrical-coordinate representation of color #7F59BD: hue angle of 262.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F59BD is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 89 189 -
CMYK 0.33 0.53 0 0.26
HSL 262.8º 0.43% 0.55% -
HSV(B) 262.8º 0.53% 0.74% -
XYZ 21.51 15.33 49.97 -
YUV 111.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 127 89 189 0.33 0.53 0 0.26 262.8 0.43 0.55
Hex 7F 59 BD 21 35 0 1A 107 2B 37
Octal 177 131 275 41 65 0 32 407 53 67
Binary 1111111 1011001 10111101 100001 110101 0 11010 100000111 101011 110111

Color Harmonies of #7F59BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F59BD

Black with #7F59BD

Text Example


Text Example

White with #7F59BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,89,189); }

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

background-color css

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

 a { background-color: rgb(127,89,189); }

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

border-color css

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

 span { border-color: rgb(127,89,189); }

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