#7863BC

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

Shades of Blue Marguerite #7863BC

Tints of Blue Marguerite #7863BC

Color information

#7863BC (or 0x7863BC) is unknown color: approx Blue Marguerite. HEX triplet: 78, 63 and BC. RGB value is (120,99,188). Sum of RGB (Red+Green+Blue) = 120+99+188=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 99 (39.06% from 255 or 24.32% 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 #7863BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7863BC is #879C43. Grayscale: #737373. Windows color (decimal): -8887364 or 12346232. OLE color: 12346232.

HSL color Cylindrical-coordinate representation of color #7863BC: hue angle of 254.16º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7863BC is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12099188-
CMYK0.360.4700.26
HSL254.16º39.91%56.27%-
HSV(B)254.16º47.34%73.73%-
XYZ21.2816.5549.65-
YUV115.42168.96131.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.48%
GREEN value IS 99 (39.06% from 255) = 24.32%
BLUE value IS 188 (73.83% from 255) = 46.19%
R=29.48%
G=24.32%
B=46.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal120991880.360.4700.26254.1639.9156.27
Hex7863BC242F01Afe2838
Octal17014327444570323765070
Binary111100011000111011110010010010111101101011111110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7863BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7863BC; }

 p { color: rgb(120,99,188); }

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

<style>
 a { background-color: #7863BC; }

 a { background-color: rgb(120,99,188); }

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

<style>
 span { border-color: #7863BC; }

 span { border-color: rgb(120,99,188); }

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