#7B60BC

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

Shades of Blue Marguerite #7B60BC

Tints of Blue Marguerite #7B60BC

Color information

#7B60BC (or 0x7B60BC) is unknown color: approx Blue Marguerite. HEX triplet: 7B, 60 and BC. RGB value is (123,96,188). Sum of RGB (Red+Green+Blue) = 123+96+188=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B60BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B60BC is #849F43. Grayscale: #727272. Windows color (decimal): -8691524 or 12345467. OLE color: 12345467.

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

Color convert

RGB12396188-
CMYK0.350.4900.26
HSL257.61º40.71%55.69%-
HSV(B)257.61º48.94%73.73%-
XYZ21.4316.2149.58-
YUV114.56169.45134.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.22%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 188 (73.83% from 255) = 46.19%
R=30.22%
G=23.59%
B=46.19%

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
Decimal123961880.350.4900.26257.6140.7155.69
Hex7B60BC233101A1022938
Octal17314027443610324025170
Binary1111011110000010111100100011110001011010100000010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B60BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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