#7B5FBE

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

Shades of Blue Marguerite #7B5FBE

Tints of Blue Marguerite #7B5FBE

Color information

#7B5FBE (or 0x7B5FBE) is unknown color: approx Blue Marguerite. HEX triplet: 7B, 5F and BE. RGB value is (123,95,190). Sum of RGB (Red+Green+Blue) = 123+95+190=408 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.15% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B5FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5FBE is #84A041. Grayscale: #717171. Windows color (decimal): -8691778 or 12476283. OLE color: 12476283.

HSL color Cylindrical-coordinate representation of color #7B5FBE: hue angle of 257.68º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B5FBE is Cyan = 0.35, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12395190-
CMYK0.350.500.25
HSL257.68º42.22%55.88%-
HSV(B)257.68º50%74.51%-
XYZ21.5516.1150.69-
YUV114.2170.78134.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.15%
GREEN value IS 95 (37.5% from 255) = 23.28%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=30.15%
G=23.28%
B=46.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123951900.350.500.25257.6842.2255.88
Hex7B5FBE23320191022a38
Octal17313727643620314025270
Binary1111011101111110111110100011110010011001100000010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,95,190); }

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

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

 a { background-color: rgb(123,95,190); }

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

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

 span { border-color: rgb(123,95,190); }

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