#7951BA

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

Shades of Blue Marguerite #7951BA

Tints of Blue Marguerite #7951BA

Color information

#7951BA (or 0x7951BA) is unknown color: approx Blue Marguerite. HEX triplet: 79, 51 and BA. RGB value is (121,81,186). Sum of RGB (Red+Green+Blue) = 121+81+186=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #7951BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7951BA is #86AE45. Grayscale: #686868. Windows color (decimal): -8826438 or 12210553. OLE color: 12210553.

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

Color convert

RGB12181186-
CMYK0.350.5600.27
HSL262.86º43.21%52.35%-
HSV(B)262.86º56.45%72.94%-
XYZ19.6913.4948.02-
YUV104.93173.75139.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.19%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 186 (73.05% from 255) = 47.94%
R=31.19%
G=20.88%
B=47.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121811860.350.5600.27262.8643.2152.35
Hex7951BA233801B1072b34
Octal17112127243700334075364
Binary1111001101000110111010100011111000011011100000111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7951BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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