Html Css Color HEX #7859AF Blue Marguerite

📋 copy color: '#7859AF'

red 120 ◦ green 89 ◦ blue 175

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

Shades of Blue Marguerite #7859AF

Tints of Blue Marguerite #7859AF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.18%

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 31.25%
G = 23.18%
B = 45.57%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7859AF (or 0x7859AF) is known color: Blue Marguerite. HEX triplet: 78, 59 and AF. RGB value is (120,89,175). Sum of RGB (Red+Green+Blue) = 120+89+175=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #7859AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7859AF is #87A650. Grayscale: #6B6B6B. Windows color (decimal): -8889937 or 11491704. OLE color: 11491704.

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

Color convert

RGB 120 89 175 -
CMYK 0.31 0.49 0 0.31
HSL 261.63º 0.35% 0.52% -
HSV(B) 261.63º 0.49% 0.69% -
XYZ 19.06 14.23 42.3 -
YUV 108.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 120 89 175 0.31 0.49 0 0.31 261.63 0.35 0.52
Hex 78 59 AF 1F 31 0 1F 106 23 34
Octal 170 131 257 37 61 0 37 406 43 64
Binary 1111000 1011001 10101111 11111 110001 0 11111 100000110 100011 110100

Color Harmonies of #7859AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7859AF

Black with #7859AF

Text Example


Text Example

White with #7859AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7859AF;
 }
 .AnyTagClassName
 {
   color: #7859AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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