Html Css Color HEX #7860AE Blue Marguerite

📋 copy color: '#7860AE'

red 120 ◦ green 96 ◦ blue 174

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

Shades of Blue Marguerite #7860AE

Tints of Blue Marguerite #7860AE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.62%

 BLUE value IS 174 (68.36% from 255) = 44.62%

R = 30.77%
G = 24.62%
B = 44.62%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7860AE (or 0x7860AE) is known color: Blue Marguerite. HEX triplet: 78, 60 and AE. RGB value is (120,96,174). Sum of RGB (Red+Green+Blue) = 120+96+174=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #7860AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7860AE is #879F51. Grayscale: #6F6F6F. Windows color (decimal): -8888146 or 11427960. OLE color: 11427960.

HSL color Cylindrical-coordinate representation of color #7860AE: hue angle of 258.46º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7860AE is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 96 174 -
CMYK 0.31 0.45 0 0.32
HSL 258.46º 0.33% 0.53% -
HSV(B) 258.46º 0.45% 0.68% -
XYZ 19.57 15.41 41.99 -
YUV 112.07 162.95 133.66 -
System Red Green Blue C M Y K H S L
Decimal 120 96 174 0.31 0.45 0 0.32 258.46 0.33 0.53
Hex 78 60 AE 1F 2D 0 20 102 20 35
Octal 170 140 256 37 55 0 40 402 40 65
Binary 1111000 1100000 10101110 11111 101101 0 100000 100000010 100000 110101

Color Harmonies of #7860AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7860AE

Black with #7860AE

Text Example


Text Example

White with #7860AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7860AE;
 }
 .AnyTagClassName
 {
   color: #7860AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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