Html Css Color HEX #785EAD Blue Marguerite

📋 copy color: '#785EAD'

red 120 ◦ green 94 ◦ blue 173

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

Shades of Blue Marguerite #785EAD

Tints of Blue Marguerite #785EAD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.29%

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 31.01%
G = 24.29%
B = 44.7%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#785EAD (or 0x785EAD) is known color: Blue Marguerite. HEX triplet: 78, 5E and AD. RGB value is (120,94,173). Sum of RGB (Red+Green+Blue) = 120+94+173=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #785EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785EAD is #87A152. Grayscale: #6E6E6E. Windows color (decimal): -8888659 or 11361912. OLE color: 11361912.

HSL color Cylindrical-coordinate representation of color #785EAD: hue angle of 259.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #785EAD is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 94 173 -
CMYK 0.31 0.46 0 0.32
HSL 259.75º 0.33% 0.52% -
HSV(B) 259.75º 0.46% 0.68% -
XYZ 19.29 15.02 41.42 -
YUV 110.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 120 94 173 0.31 0.46 0 0.32 259.75 0.33 0.52
Hex 78 5E AD 1F 2E 0 20 104 21 34
Octal 170 136 255 37 56 0 40 404 41 64
Binary 1111000 1011110 10101101 11111 101110 0 100000 100000100 100001 110100

Color Harmonies of #785EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785EAD

Black with #785EAD

Text Example


Text Example

White with #785EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,94,173); }

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

background-color css

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

 a { background-color: rgb(120,94,173); }

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

border-color css

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

 span { border-color: rgb(120,94,173); }

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