#7969BA

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

Shades of Blue Marguerite #7969BA

Tints of Blue Marguerite #7969BA

Color information

#7969BA (or 0x7969BA) is unknown color: approx Blue Marguerite. HEX triplet: 79, 69 and BA. RGB value is (121,105,186). Sum of RGB (Red+Green+Blue) = 121+105+186=412 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.37% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #7969BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7969BA is #869645. Grayscale: #767676. Windows color (decimal): -8820294 or 12216697. OLE color: 12216697.

HSL color Cylindrical-coordinate representation of color #7969BA: hue angle of 251.85º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7969BA is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121105186-
CMYK0.350.4400.27
HSL251.85º36.99%57.06%-
HSV(B)251.85º43.55%72.94%-
XYZ21.817.7148.72-
YUV119.02165.8129.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.37%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 186 (73.05% from 255) = 45.15%
R=29.37%
G=25.49%
B=45.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211051860.350.4400.27251.8536.9957.06
Hex7969BA232C01Bfc2539
Octal17115127243540333744571
Binary111100111010011011101010001110110001101111111100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7969BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7969BA; }

 p { color: rgb(121,105,186); }

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

<style>
 a { background-color: #7969BA; }

 a { background-color: rgb(121,105,186); }

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

<style>
 span { border-color: #7969BA; }

 span { border-color: rgb(121,105,186); }

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