#7B5FBC

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

Shades of Blue Marguerite #7B5FBC

Tints of Blue Marguerite #7B5FBC

Color information

#7B5FBC (or 0x7B5FBC) is unknown color: approx Blue Marguerite. HEX triplet: 7B, 5F and BC. RGB value is (123,95,188). Sum of RGB (Red+Green+Blue) = 123+95+188=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B5FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5FBC is #84A043. Grayscale: #717171. Windows color (decimal): -8691780 or 12345211. OLE color: 12345211.

HSL color Cylindrical-coordinate representation of color #7B5FBC: hue angle of 258.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B5FBC is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12395188-
CMYK0.350.4900.26
HSL258.06º40.97%55.49%-
HSV(B)258.06º49.47%73.73%-
XYZ21.3416.0349.55-
YUV113.97169.78134.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.30%
GREEN value IS 95 (37.5% from 255) = 23.40%
BLUE value IS 188 (73.83% from 255) = 46.31%
R=30.30%
G=23.40%
B=46.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal123951880.350.4900.26258.0640.9755.49
Hex7B5FBC233101A1022937
Octal17313727443610324025167
Binary1111011101111110111100100011110001011010100000010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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