Html Css Color HEX #7F56BE Blue Marguerite

📋 copy color: '#7F56BE'

red 127 ◦ green 86 ◦ blue 190

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

Shades of Blue Marguerite #7F56BE

Tints of Blue Marguerite #7F56BE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.34%

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

R = 31.51%
G = 21.34%
B = 47.15%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F56BE (or 0x7F56BE) is known color: Blue Marguerite. HEX triplet: 7F, 56 and BE. RGB value is (127,86,190). Sum of RGB (Red+Green+Blue) = 127+86+190=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F56BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F56BE is #80A941. Grayscale: #6D6D6D. Windows color (decimal): -8431938 or 12473983. OLE color: 12473983.

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

Color convert

RGB 127 86 190 -
CMYK 0.33 0.55 0 0.25
HSL 263.65º 0.44% 0.54% -
HSV(B) 263.65º 0.55% 0.75% -
XYZ 21.37 14.89 50.46 -
YUV 110.12 173.08 140.04 -
System Red Green Blue C M Y K H S L
Decimal 127 86 190 0.33 0.55 0 0.25 263.65 0.44 0.54
Hex 7F 56 BE 21 37 0 19 108 2C 36
Octal 177 126 276 41 67 0 31 410 54 66
Binary 1111111 1010110 10111110 100001 110111 0 11001 100001000 101100 110110

Color Harmonies of #7F56BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F56BE

Black with #7F56BE

Text Example


Text Example

White with #7F56BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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