#7862BB

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

Shades of Blue Marguerite #7862BB

Tints of Blue Marguerite #7862BB

Color information

#7862BB (or 0x7862BB) is unknown color: approx Blue Marguerite. HEX triplet: 78, 62 and BB. RGB value is (120,98,187). Sum of RGB (Red+Green+Blue) = 120+98+187=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #7862BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7862BB is #879D44. Grayscale: #727272. Windows color (decimal): -8887621 or 12280440. OLE color: 12280440.

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

Color convert

RGB12098187-
CMYK0.360.4800.27
HSL254.83º39.56%55.88%-
HSV(B)254.83º47.59%73.33%-
XYZ21.0816.3249.05-
YUV114.72168.79131.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.63%
GREEN value IS 98 (38.67% from 255) = 24.20%
BLUE value IS 187 (73.44% from 255) = 46.17%
R=29.63%
G=24.20%
B=46.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120981870.360.4800.27254.8339.5655.88
Hex7862BB243001Bff2838
Octal17014227344600333775070
Binary111100011000101011101110010011000001101111111111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7862BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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