#7A61B8

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

Shades of Blue Marguerite #7A61B8

Tints of Blue Marguerite #7A61B8

Color information

#7A61B8 (or 0x7A61B8) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 61 and B8. RGB value is (122,97,184). Sum of RGB (Red+Green+Blue) = 122+97+184=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 184 (72.27% from 255 or 45.66% from 403); Max value from RGB is 184 - color contains mainly: blue. Hex color #7A61B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A61B8 is #859E47. Grayscale: #727272. Windows color (decimal): -8756808 or 12083578. OLE color: 12083578.

HSL color Cylindrical-coordinate representation of color #7A61B8: hue angle of 257.24º degrees, saturation: 0.38, 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 #7A61B8 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12297184-
CMYK0.340.4700.28
HSL257.24º37.99%55.1%-
HSV(B)257.24º47.28%72.16%-
XYZ20.9516.1547.36-
YUV114.39167.28133.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.27%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 184 (72.27% from 255) = 45.66%
R=30.27%
G=24.07%
B=45.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal122971840.340.4700.28257.2437.9955.1
Hex7A61B8222F01C1012637
Octal17214127042570344014667
Binary1111010110000110111000100010101111011100100000001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A61B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,97,184); }

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

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

 a { background-color: rgb(122,97,184); }

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

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

 span { border-color: rgb(122,97,184); }

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