Html Css Color HEX #7F55BE Blue Marguerite

📋 copy color: '#7F55BE'

red 127 ◦ green 85 ◦ blue 190

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

Shades of Blue Marguerite #7F55BE

Tints of Blue Marguerite #7F55BE

RGB

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

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

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

R = 31.59%
G = 21.14%
B = 47.26%

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

#7F55BE (or 0x7F55BE) is known color: Blue Marguerite. HEX triplet: 7F, 55 and BE. RGB value is (127,85,190). Sum of RGB (Red+Green+Blue) = 127+85+190=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F55BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F55BE is #80AA41. Grayscale: #6D6D6D. Windows color (decimal): -8432194 or 12473727. OLE color: 12473727.

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

Color convert

RGB 127 85 190 -
CMYK 0.33 0.55 0 0.25
HSL 264º 0.45% 0.54% -
HSV(B) 264º 0.55% 0.75% -
XYZ 21.3 14.73 50.44 -
YUV 109.53 173.41 140.46 -
System Red Green Blue C M Y K H S L
Decimal 127 85 190 0.33 0.55 0 0.25 264 0.45 0.54
Hex 7F 55 BE 21 37 0 19 108 2D 36
Octal 177 125 276 41 67 0 31 410 55 66
Binary 1111111 1010101 10111110 100001 110111 0 11001 100001000 101101 110110

Color Harmonies of #7F55BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F55BE

Black with #7F55BE

Text Example


Text Example

White with #7F55BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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