#7863AF

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

Shades of Blue Marguerite #7863AF

Tints of Blue Marguerite #7863AF

Color information

#7863AF (or 0x7863AF) is unknown color: approx Blue Marguerite. HEX triplet: 78, 63 and AF. RGB value is (120,99,175). Sum of RGB (Red+Green+Blue) = 120+99+175=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #7863AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7863AF is #879C50. Grayscale: #717171. Windows color (decimal): -8887377 or 11494264. OLE color: 11494264.

HSL color Cylindrical-coordinate representation of color #7863AF: hue angle of 256.58º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7863AF is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12099175-
CMYK0.310.4300.31
HSL256.58º32.2%53.73%-
HSV(B)256.58º43.43%68.63%-
XYZ19.9516.0142.6-
YUV113.94162.46132.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.46%
GREEN value IS 99 (39.06% from 255) = 25.13%
BLUE value IS 175 (68.75% from 255) = 44.42%
R=30.46%
G=25.13%
B=44.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120991750.310.4300.31256.5832.253.73
Hex7863AF1F2B01F1012036
Octal17014325737530374014066
Binary111100011000111010111111111101011011111100000001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7863AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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