Html Css Color HEX #7F59BE Blue Marguerite

📋 copy color: '#7F59BE'

red 127 ◦ green 89 ◦ blue 190

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

Shades of Blue Marguerite #7F59BE

Tints of Blue Marguerite #7F59BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.8%

R = 31.28%
G = 21.92%
B = 46.8%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F59BE (or 0x7F59BE) is known color: Blue Marguerite. HEX triplet: 7F, 59 and BE. RGB value is (127,89,190). Sum of RGB (Red+Green+Blue) = 127+89+190=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F59BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F59BE is #80A641. Grayscale: #6F6F6F. Windows color (decimal): -8431170 or 12474751. OLE color: 12474751.

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

Color convert

RGB 127 89 190 -
CMYK 0.33 0.53 0 0.25
HSL 262.57º 0.44% 0.55% -
HSV(B) 262.57º 0.53% 0.75% -
XYZ 21.62 15.37 50.54 -
YUV 111.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 127 89 190 0.33 0.53 0 0.25 262.57 0.44 0.55
Hex 7F 59 BE 21 35 0 19 107 2C 37
Octal 177 131 276 41 65 0 31 407 54 67
Binary 1111111 1011001 10111110 100001 110101 0 11001 100000111 101100 110111

Color Harmonies of #7F59BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F59BE

Black with #7F59BE

Text Example


Text Example

White with #7F59BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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