Html Css Color HEX #7F56BD Blue Marguerite

📋 copy color: '#7F56BD'

red 127 ◦ green 86 ◦ blue 189

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

Shades of Blue Marguerite #7F56BD

Tints of Blue Marguerite #7F56BD

RGB

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

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

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

R = 31.59%
G = 21.39%
B = 47.01%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F56BD (or 0x7F56BD) is known color: Blue Marguerite. HEX triplet: 7F, 56 and BD. RGB value is (127,86,189). Sum of RGB (Red+Green+Blue) = 127+86+189=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F56BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F56BD is #80A942. Grayscale: #6D6D6D. Windows color (decimal): -8431939 or 12408447. OLE color: 12408447.

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

Color convert

RGB 127 86 189 -
CMYK 0.33 0.54 0 0.26
HSL 263.88º 0.44% 0.54% -
HSV(B) 263.88º 0.54% 0.74% -
XYZ 21.27 14.84 49.89 -
YUV 110 172.58 140.12 -
System Red Green Blue C M Y K H S L
Decimal 127 86 189 0.33 0.54 0 0.26 263.88 0.44 0.54
Hex 7F 56 BD 21 36 0 1A 108 2C 36
Octal 177 126 275 41 66 0 32 410 54 66
Binary 1111111 1010110 10111101 100001 110110 0 11010 100001000 101100 110110

Color Harmonies of #7F56BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F56BD

Black with #7F56BD

Text Example


Text Example

White with #7F56BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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