#7C61BC

Color #7C61BC Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7C61BC

Tints of Blue Marguerite #7C61BC

Color information

#7C61BC (or 0x7C61BC) is unknown color: approx Blue Marguerite. HEX triplet: 7C, 61 and BC. RGB value is (124,97,188). Sum of RGB (Red+Green+Blue) = 124+97+188=409 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.32% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C61BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C61BC is #839E43. Grayscale: #737373. Windows color (decimal): -8625732 or 12345724. OLE color: 12345724.

HSL color Cylindrical-coordinate representation of color #7C61BC: hue angle of 257.8º 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 #7C61BC is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12497188-
CMYK0.340.4800.26
HSL257.8º40.44%55.88%-
HSV(B)257.8º48.4%73.73%-
XYZ21.6616.4749.61-
YUV115.45168.95134.1-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.32%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 188 (73.83% from 255) = 45.97%
R=30.32%
G=23.72%
B=45.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal124971880.340.4800.26257.840.4455.88
Hex7C61BC223001A1022838
Octal17414127442600324025070
Binary1111100110000110111100100010110000011010100000010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C61BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C61BC;
 }
 .AnyTagClassName
 {
   color: #7C61BC;
 }
</style>
background-color css

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

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

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

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

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

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