#7950BD

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

Shades of Blue Marguerite #7950BD

Tints of Blue Marguerite #7950BD

Color information

#7950BD (or 0x7950BD) is unknown color: approx Blue Marguerite. HEX triplet: 79, 50 and BD. RGB value is (121,80,189). Sum of RGB (Red+Green+Blue) = 121+80+189=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #7950BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7950BD is #86AF42. Grayscale: #686868. Windows color (decimal): -8826691 or 12406905. OLE color: 12406905.

HSL color Cylindrical-coordinate representation of color #7950BD: hue angle of 262.57º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7950BD is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12180189-
CMYK0.360.5800.26
HSL262.57º45.23%52.75%-
HSV(B)262.57º57.67%74.12%-
XYZ19.9413.4849.69-
YUV104.68175.58139.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 80 (31.64% from 255) = 20.51%
BLUE value IS 189 (74.22% from 255) = 48.46%
R=31.03%
G=20.51%
B=48.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121801890.360.5800.26262.5745.2352.75
Hex7950BD243A01A1072d35
Octal17112027544720324075565
Binary1111001101000010111101100100111010011010100000111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7950BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7950BD; }

 p { color: rgb(121,80,189); }

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

<style>
 a { background-color: #7950BD; }

 a { background-color: rgb(121,80,189); }

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

<style>
 span { border-color: #7950BD; }

 span { border-color: rgb(121,80,189); }

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