#7B5DBE

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

Shades of Blue Marguerite #7B5DBE

Tints of Blue Marguerite #7B5DBE

Color information

#7B5DBE (or 0x7B5DBE) is unknown color: approx Blue Marguerite. HEX triplet: 7B, 5D and BE. RGB value is (123,93,190). Sum of RGB (Red+Green+Blue) = 123+93+190=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B5DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5DBE is #84A241. Grayscale: #707070. Windows color (decimal): -8692290 or 12475771. OLE color: 12475771.

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

Color convert

RGB12393190-
CMYK0.350.5100.25
HSL258.56º42.73%55.49%-
HSV(B)258.56º51.05%74.51%-
XYZ21.3815.7650.63-
YUV113.03171.44135.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.30%
GREEN value IS 93 (36.72% from 255) = 22.91%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=30.30%
G=22.91%
B=46.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123931900.350.5100.25258.5642.7355.49
Hex7B5DBE23330191032b37
Octal17313527643630314035367
Binary1111011101110110111110100011110011011001100000011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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