Html Css Color HEX #7D55B9 Blue Marguerite

📋 copy color: '#7D55B9'

red 125 ◦ green 85 ◦ blue 185

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

Shades of Blue Marguerite #7D55B9

Tints of Blue Marguerite #7D55B9

RGB

 RED value IS 125 (49.22% from 255) = 31.65%

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

 BLUE value IS 185 (72.66% from 255) = 46.84%

R = 31.65%
G = 21.52%
B = 46.84%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D55B9 (or 0x7D55B9) is known color: Blue Marguerite. HEX triplet: 7D, 55 and B9. RGB value is (125,85,185). Sum of RGB (Red+Green+Blue) = 125+85+185=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #7D55B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D55B9 is #82AA46. Grayscale: #6C6C6C. Windows color (decimal): -8563271 or 12146045. OLE color: 12146045.

HSL color Cylindrical-coordinate representation of color #7D55B9: hue angle of 264º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D55B9 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 85 185 -
CMYK 0.32 0.54 0 0.27
HSL 264º 0.42% 0.53% -
HSV(B) 264º 0.54% 0.73% -
XYZ 20.46 14.36 47.59 -
YUV 108.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 125 85 185 0.32 0.54 0 0.27 264 0.42 0.53
Hex 7D 55 B9 20 36 0 1B 108 2A 35
Octal 175 125 271 40 66 0 33 410 52 65
Binary 1111101 1010101 10111001 100000 110110 0 11011 100001000 101010 110101

Color Harmonies of #7D55B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D55B9

Black with #7D55B9

Text Example


Text Example

White with #7D55B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,85,185); }

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

background-color css

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

 a { background-color: rgb(125,85,185); }

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

border-color css

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

 span { border-color: rgb(125,85,185); }

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