#786BB7

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

Shades of Blue Marguerite #786BB7

Tints of Blue Marguerite #786BB7

Color information

#786BB7 (or 0x786BB7) is unknown color: approx Blue Marguerite. HEX triplet: 78, 6B and B7. RGB value is (120,107,183). Sum of RGB (Red+Green+Blue) = 120+107+183=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 183 - color contains mainly: blue. Hex color #786BB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786BB7 is #879448. Grayscale: #777777. Windows color (decimal): -8885321 or 12020600. OLE color: 12020600.

HSL color Cylindrical-coordinate representation of color #786BB7: hue angle of 250.26º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #786BB7 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB120107183-
CMYK0.340.4200.28
HSL250.26º34.55%56.86%-
HSV(B)250.26º41.53%71.76%-
XYZ21.5517.9347.12-
YUV119.55163.81128.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.27%
GREEN value IS 107 (42.19% from 255) = 26.10%
BLUE value IS 183 (71.88% from 255) = 44.63%
R=29.27%
G=26.10%
B=44.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1201071830.340.4200.28250.2634.5556.86
Hex786BB7222A01Cfa2339
Octal17015326742520343724371
Binary111100011010111011011110001010101001110011111010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786BB7; }

 p { color: rgb(120,107,183); }

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

<style>
 a { background-color: #786BB7; }

 a { background-color: rgb(120,107,183); }

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

<style>
 span { border-color: #786BB7; }

 span { border-color: rgb(120,107,183); }

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