Html Css Color HEX #7856C0 Blue Marguerite

📋 copy color: '#7856C0'

red 120 ◦ green 86 ◦ blue 192

#7856C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #7856C0

Tints of Blue Marguerite #7856C0

RGB

 RED value IS 120 (47.27% from 255) = 30.15%

 GREEN value IS 86 (33.98% from 255) = 21.61%

 BLUE value IS 192 (75.39% from 255) = 48.24%

R = 30.15%
G = 21.61%
B = 48.24%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7856C0 (or 0x7856C0) is known color: Blue Marguerite. HEX triplet: 78, 56 and C0. RGB value is (120,86,192). Sum of RGB (Red+Green+Blue) = 120+86+192=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #7856C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7856C0 is #87A93F. Grayscale: #6B6B6B. Windows color (decimal): -8890688 or 12605048. OLE color: 12605048.

HSL color Cylindrical-coordinate representation of color #7856C0: hue angle of 259.25º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7856C0 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 86 192 -
CMYK 0.38 0.55 0 0.25
HSL 259.25º 0.46% 0.55% -
HSV(B) 259.25º 0.55% 0.75% -
XYZ 20.59 14.45 51.57 -
YUV 108.25 175.26 136.38 -
System Red Green Blue C M Y K H S L
Decimal 120 86 192 0.38 0.55 0 0.25 259.25 0.46 0.55
Hex 78 56 C0 26 37 0 19 103 2E 37
Octal 170 126 300 46 67 0 31 403 56 67
Binary 1111000 1010110 11000000 100110 110111 0 11001 100000011 101110 110111

Color Harmonies of #7856C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7856C0

Black with #7856C0

Text Example


Text Example

White with #7856C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7856C0; }

 p { color: rgb(120,86,192); }

 H1.HeaderClassName
 {
   color: #7856C0;
 }
 .AnyTagClassName
 {
   color: #7856C0;
 }
</style>

background-color css

<style>
 a { background-color: #7856C0; }

 a { background-color: rgb(120,86,192); }

 div.DivClassName
 {
   background-color: #7856C0;
 }
 .BgClassName
 {
   background-color: #7856C0;
 }
</style>

border-color css

<style>
 span { border-color: #7856C0; }

 span { border-color: rgb(120,86,192); }

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