#7860BB

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

Shades of Blue Marguerite #7860BB

Tints of Blue Marguerite #7860BB

Color information

#7860BB (or 0x7860BB) is unknown color: approx Blue Marguerite. HEX triplet: 78, 60 and BB. RGB value is (120,96,187). Sum of RGB (Red+Green+Blue) = 120+96+187=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #7860BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7860BB is #879F44. Grayscale: #717171. Windows color (decimal): -8888133 or 12279928. OLE color: 12279928.

HSL color Cylindrical-coordinate representation of color #7860BB: hue angle of 255.82º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7860BB is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12096187-
CMYK0.360.4900.27
HSL255.82º40.09%55.49%-
HSV(B)255.82º48.66%73.33%-
XYZ20.915.9548.99-
YUV113.55169.45132.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.78%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=29.78%
G=23.82%
B=46.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120961870.360.4900.27255.8240.0955.49
Hex7860BB243101B1002837
Octal17014027344610334005067
Binary1111000110000010111011100100110001011011100000000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7860BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7860BB; }

 p { color: rgb(120,96,187); }

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

<style>
 a { background-color: #7860BB; }

 a { background-color: rgb(120,96,187); }

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

<style>
 span { border-color: #7860BB; }

 span { border-color: rgb(120,96,187); }

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