#7C61BE

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

Shades of Blue Marguerite #7C61BE

Tints of Blue Marguerite #7C61BE

Color information

#7C61BE (or 0x7C61BE) is unknown color: approx Blue Marguerite. HEX triplet: 7C, 61 and BE. RGB value is (124,97,190). Sum of RGB (Red+Green+Blue) = 124+97+190=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C61BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C61BE is #839E41. Grayscale: #737373. Windows color (decimal): -8625730 or 12476796. OLE color: 12476796.

HSL color Cylindrical-coordinate representation of color #7C61BE: hue angle of 257.42º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C61BE is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12497190-
CMYK0.350.4900.25
HSL257.42º41.7%56.27%-
HSV(B)257.42º48.95%74.51%-
XYZ21.8816.5550.76-
YUV115.68169.95133.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.17%
GREEN value IS 97 (38.28% from 255) = 23.60%
BLUE value IS 190 (74.61% from 255) = 46.23%
R=30.17%
G=23.60%
B=46.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124971900.350.4900.25257.4241.756.27
Hex7C61BE23310191012a38
Octal17414127643610314015270
Binary1111100110000110111110100011110001011001100000001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C61BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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