Html Css Color HEX #7D61B7 Blue Marguerite

📋 copy color: '#7D61B7'

red 125 ◦ green 97 ◦ blue 183

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

Shades of Blue Marguerite #7D61B7

Tints of Blue Marguerite #7D61B7

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.95%

 BLUE value IS 183 (71.88% from 255) = 45.19%

R = 30.86%
G = 23.95%
B = 45.19%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7D61B7 (or 0x7D61B7) is known color: Blue Marguerite. HEX triplet: 7D, 61 and B7. RGB value is (125,97,183). Sum of RGB (Red+Green+Blue) = 125+97+183=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 183 - color contains mainly: blue. Hex color #7D61B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D61B7 is #829E48. Grayscale: #727272. Windows color (decimal): -8560201 or 12018045. OLE color: 12018045.

HSL color Cylindrical-coordinate representation of color #7D61B7: hue angle of 259.53º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D61B7 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 97 183 -
CMYK 0.32 0.47 0 0.28
HSL 259.53º 0.37% 0.55% -
HSV(B) 259.53º 0.47% 0.72% -
XYZ 21.28 16.33 46.83 -
YUV 115.18 166.28 135.01 -
System Red Green Blue C M Y K H S L
Decimal 125 97 183 0.32 0.47 0 0.28 259.53 0.37 0.55
Hex 7D 61 B7 20 2F 0 1C 104 25 37
Octal 175 141 267 40 57 0 34 404 45 67
Binary 1111101 1100001 10110111 100000 101111 0 11100 100000100 100101 110111

Color Harmonies of #7D61B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D61B7

Black with #7D61B7

Text Example


Text Example

White with #7D61B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,97,183); }

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

background-color css

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

 a { background-color: rgb(125,97,183); }

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

border-color css

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

 span { border-color: rgb(125,97,183); }

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