Html Css Color HEX #7D61BC Blue Marguerite

📋 copy color: '#7D61BC'

red 125 ◦ green 97 ◦ blue 188

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

Shades of Blue Marguerite #7D61BC

Tints of Blue Marguerite #7D61BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 30.49%
G = 23.66%
B = 45.85%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D61BC (or 0x7D61BC) is known color: Blue Marguerite. HEX triplet: 7D, 61 and BC. RGB value is (125,97,188). Sum of RGB (Red+Green+Blue) = 125+97+188=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D61BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D61BC is #829E43. Grayscale: #737373. Windows color (decimal): -8560196 or 12345725. OLE color: 12345725.

HSL color Cylindrical-coordinate representation of color #7D61BC: hue angle of 258.46º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D61BC is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 97 188 -
CMYK 0.34 0.48 0 0.26
HSL 258.46º 0.4% 0.56% -
HSV(B) 258.46º 0.48% 0.74% -
XYZ 21.81 16.54 49.62 -
YUV 115.75 168.78 134.6 -
System Red Green Blue C M Y K H S L
Decimal 125 97 188 0.34 0.48 0 0.26 258.46 0.4 0.56
Hex 7D 61 BC 22 30 0 1A 102 28 38
Octal 175 141 274 42 60 0 32 402 50 70
Binary 1111101 1100001 10111100 100010 110000 0 11010 100000010 101000 111000

Color Harmonies of #7D61BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D61BC

Black with #7D61BC

Text Example


Text Example

White with #7D61BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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