#7B50BF

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

Shades of Blue Marguerite #7B50BF

Tints of Blue Marguerite #7B50BF

Color information

#7B50BF (or 0x7B50BF) is unknown color: approx Blue Marguerite. HEX triplet: 7B, 50 and BF. RGB value is (123,80,191). Sum of RGB (Red+Green+Blue) = 123+80+191=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B50BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B50BF is #84AF40. Grayscale: #696969. Windows color (decimal): -8695617 or 12537979. OLE color: 12537979.

HSL color Cylindrical-coordinate representation of color #7B50BF: hue angle of 263.24º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B50BF is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12380191-
CMYK0.360.5800.25
HSL263.24º46.44%53.14%-
HSV(B)263.24º58.12%74.9%-
XYZ20.4413.7150.86-
YUV105.51176.25140.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.22%
GREEN value IS 80 (31.64% from 255) = 20.30%
BLUE value IS 191 (75% from 255) = 48.48%
R=31.22%
G=20.30%
B=48.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123801910.360.5800.25263.2446.4453.14
Hex7B50BF243A0191072e35
Octal17312027744720314075665
Binary1111011101000010111111100100111010011001100000111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B50BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B50BF; }

 p { color: rgb(123,80,191); }

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

<style>
 a { background-color: #7B50BF; }

 a { background-color: rgb(123,80,191); }

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

<style>
 span { border-color: #7B50BF; }

 span { border-color: rgb(123,80,191); }

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