#7957BE

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

Shades of Blue Marguerite #7957BE

Tints of Blue Marguerite #7957BE

Color information

#7957BE (or 0x7957BE) is unknown color: approx Blue Marguerite. HEX triplet: 79, 57 and BE. RGB value is (121,87,190). Sum of RGB (Red+Green+Blue) = 121+87+190=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #7957BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7957BE is #86A841. Grayscale: #6C6C6C. Windows color (decimal): -8824898 or 12474233. OLE color: 12474233.

HSL color Cylindrical-coordinate representation of color #7957BE: hue angle of 259.81º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7957BE is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12187190-
CMYK0.360.5400.25
HSL259.81º44.21%54.31%-
HSV(B)259.81º54.21%74.51%-
XYZ20.5914.650.45-
YUV108.91173.76136.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.40%
GREEN value IS 87 (34.38% from 255) = 21.86%
BLUE value IS 190 (74.61% from 255) = 47.74%
R=30.40%
G=21.86%
B=47.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121871900.360.5400.25259.8144.2154.31
Hex7957BE24360191042c36
Octal17112727644660314045466
Binary1111001101011110111110100100110110011001100000100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7957BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7957BE; }

 p { color: rgb(121,87,190); }

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

<style>
 a { background-color: #7957BE; }

 a { background-color: rgb(121,87,190); }

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

<style>
 span { border-color: #7957BE; }

 span { border-color: rgb(121,87,190); }

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