Html Css Color HEX #785EB2 Blue Marguerite

📋 copy color: '#785EB2'

red 120 ◦ green 94 ◦ blue 178

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

Shades of Blue Marguerite #785EB2

Tints of Blue Marguerite #785EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.41%

R = 30.61%
G = 23.98%
B = 45.41%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#785EB2 (or 0x785EB2) is known color: Blue Marguerite. HEX triplet: 78, 5E and B2. RGB value is (120,94,178). Sum of RGB (Red+Green+Blue) = 120+94+178=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 178 - color contains mainly: blue. Hex color #785EB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785EB2 is #87A14D. Grayscale: #6F6F6F. Windows color (decimal): -8888654 or 11689592. OLE color: 11689592.

HSL color Cylindrical-coordinate representation of color #785EB2: hue angle of 258.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #785EB2 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 120 94 178 -
CMYK 0.33 0.47 0 0.30
HSL 258.57º 0.35% 0.53% -
HSV(B) 258.57º 0.47% 0.7% -
XYZ 19.78 15.21 44.01 -
YUV 111.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 120 94 178 0.33 0.47 0 0.30 258.57 0.35 0.53
Hex 78 5E B2 21 2F 0 1E 103 23 35
Octal 170 136 262 41 57 0 36 403 43 65
Binary 1111000 1011110 10110010 100001 101111 0 11110 100000011 100011 110101

Color Harmonies of #785EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785EB2

Black with #785EB2

Text Example


Text Example

White with #785EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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