Html Css Color HEX #785AAF Blue Marguerite

📋 copy color: '#785AAF'

red 120 ◦ green 90 ◦ blue 175

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

Shades of Blue Marguerite #785AAF

Tints of Blue Marguerite #785AAF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.38%

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

R = 31.17%
G = 23.38%
B = 45.45%

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

#785AAF (or 0x785AAF) is known color: Blue Marguerite. HEX triplet: 78, 5A and AF. RGB value is (120,90,175). Sum of RGB (Red+Green+Blue) = 120+90+175=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #785AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785AAF is #87A550. Grayscale: #6C6C6C. Windows color (decimal): -8889681 or 11491960. OLE color: 11491960.

HSL color Cylindrical-coordinate representation of color #785AAF: hue angle of 261.18º 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 #785AAF is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 90 175 -
CMYK 0.31 0.49 0 0.31
HSL 261.18º 0.35% 0.52% -
HSV(B) 261.18º 0.49% 0.69% -
XYZ 19.14 14.4 42.33 -
YUV 108.66 165.44 136.09 -
System Red Green Blue C M Y K H S L
Decimal 120 90 175 0.31 0.49 0 0.31 261.18 0.35 0.52
Hex 78 5A AF 1F 31 0 1F 105 23 34
Octal 170 132 257 37 61 0 37 405 43 64
Binary 1111000 1011010 10101111 11111 110001 0 11111 100000101 100011 110100

Color Harmonies of #785AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785AAF

Black with #785AAF

Text Example


Text Example

White with #785AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785AAF; }

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

 H1.HeaderClassName
 {
   color: #785AAF;
 }
 .AnyTagClassName
 {
   color: #785AAF;
 }
</style>

background-color css

<style>
 a { background-color: #785AAF; }

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

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

border-color css

<style>
 span { border-color: #785AAF; }

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

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