Html Css Color HEX #785DAE Blue Marguerite

📋 copy color: '#785DAE'

red 120 ◦ green 93 ◦ blue 174

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

Shades of Blue Marguerite #785DAE

Tints of Blue Marguerite #785DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.03%

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

R = 31.01%
G = 24.03%
B = 44.96%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#785DAE (or 0x785DAE) is known color: Blue Marguerite. HEX triplet: 78, 5D and AE. RGB value is (120,93,174). Sum of RGB (Red+Green+Blue) = 120+93+174=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #785DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785DAE is #87A251. Grayscale: #6E6E6E. Windows color (decimal): -8888914 or 11427192. OLE color: 11427192.

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

Color convert

RGB 120 93 174 -
CMYK 0.31 0.47 0 0.32
HSL 260º 0.33% 0.52% -
HSV(B) 260º 0.47% 0.68% -
XYZ 19.3 14.88 41.9 -
YUV 110.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 120 93 174 0.31 0.47 0 0.32 260 0.33 0.52
Hex 78 5D AE 1F 2F 0 20 104 21 34
Octal 170 135 256 37 57 0 40 404 41 64
Binary 1111000 1011101 10101110 11111 101111 0 100000 100000100 100001 110100

Color Harmonies of #785DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785DAE

Black with #785DAE

Text Example


Text Example

White with #785DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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