Html Css Color HEX #7F55BF Blue Marguerite

📋 copy color: '#7F55BF'

red 127 ◦ green 85 ◦ blue 191

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

Shades of Blue Marguerite #7F55BF

Tints of Blue Marguerite #7F55BF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.09%

 BLUE value IS 191 (75% from 255) = 47.39%

R = 31.51%
G = 21.09%
B = 47.39%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F55BF (or 0x7F55BF) is known color: Blue Marguerite. HEX triplet: 7F, 55 and BF. RGB value is (127,85,191). Sum of RGB (Red+Green+Blue) = 127+85+191=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F55BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F55BF is #80AA40. Grayscale: #6D6D6D. Windows color (decimal): -8432193 or 12539263. OLE color: 12539263.

HSL color Cylindrical-coordinate representation of color #7F55BF: hue angle of 263.77º degrees, saturation: 0.45, 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 #7F55BF is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 85 191 -
CMYK 0.34 0.55 0 0.25
HSL 263.77º 0.45% 0.54% -
HSV(B) 263.77º 0.55% 0.75% -
XYZ 21.4 14.77 51.01 -
YUV 109.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 127 85 191 0.34 0.55 0 0.25 263.77 0.45 0.54
Hex 7F 55 BF 22 37 0 19 108 2D 36
Octal 177 125 277 42 67 0 31 410 55 66
Binary 1111111 1010101 10111111 100010 110111 0 11001 100001000 101101 110110

Color Harmonies of #7F55BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F55BF

Black with #7F55BF

Text Example


Text Example

White with #7F55BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,85,191); }

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

background-color css

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

 a { background-color: rgb(127,85,191); }

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

border-color css

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

 span { border-color: rgb(127,85,191); }

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