#7968B2

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

Shades of Blue Marguerite #7968B2

Tints of Blue Marguerite #7968B2

Color information

#7968B2 (or 0x7968B2) is unknown color: approx Blue Marguerite. HEX triplet: 79, 68 and B2. RGB value is (121,104,178). Sum of RGB (Red+Green+Blue) = 121+104+178=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 178 - color contains mainly: blue. Hex color #7968B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7968B2 is #86974D. Grayscale: #757575. Windows color (decimal): -8820558 or 11692153. OLE color: 11692153.

HSL color Cylindrical-coordinate representation of color #7968B2: hue angle of 253.78º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7968B2 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB121104178-
CMYK0.320.4200.30
HSL253.78º32.46%55.29%-
HSV(B)253.78º41.57%69.8%-
XYZ20.8717.1844.34-
YUV117.52162.13130.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.02%
GREEN value IS 104 (41.02% from 255) = 25.81%
BLUE value IS 178 (69.92% from 255) = 44.17%
R=30.02%
G=25.81%
B=44.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1211041780.320.4200.30253.7832.4655.29
Hex7968B2202A01Efe2037
Octal17115026240520363764067
Binary111100111010001011001010000010101001111011111110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7968B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7968B2; }

 p { color: rgb(121,104,178); }

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

<style>
 a { background-color: #7968B2; }

 a { background-color: rgb(121,104,178); }

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

<style>
 span { border-color: #7968B2; }

 span { border-color: rgb(121,104,178); }

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