Html Css Color HEX #785BB4 Blue Marguerite

📋 copy color: '#785BB4'

red 120 ◦ green 91 ◦ blue 180

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

Shades of Blue Marguerite #785BB4

Tints of Blue Marguerite #785BB4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.27%

 BLUE value IS 180 (70.7% from 255) = 46.04%

R = 30.69%
G = 23.27%
B = 46.04%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#785BB4 (or 0x785BB4) is known color: Blue Marguerite. HEX triplet: 78, 5B and B4. RGB value is (120,91,180). Sum of RGB (Red+Green+Blue) = 120+91+180=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #785BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BB4 is #87A44B. Grayscale: #6D6D6D. Windows color (decimal): -8889420 or 11819896. OLE color: 11819896.

HSL color Cylindrical-coordinate representation of color #785BB4: hue angle of 259.55º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #785BB4 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 91 180 -
CMYK 0.33 0.49 0 0.29
HSL 259.55º 0.37% 0.53% -
HSV(B) 259.55º 0.49% 0.71% -
XYZ 19.73 14.77 44.99 -
YUV 109.82 167.61 135.26 -
System Red Green Blue C M Y K H S L
Decimal 120 91 180 0.33 0.49 0 0.29 259.55 0.37 0.53
Hex 78 5B B4 21 31 0 1D 104 25 35
Octal 170 133 264 41 61 0 35 404 45 65
Binary 1111000 1011011 10110100 100001 110001 0 11101 100000100 100101 110101

Color Harmonies of #785BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785BB4

Black with #785BB4

Text Example


Text Example

White with #785BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,91,180); }

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

background-color css

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

 a { background-color: rgb(120,91,180); }

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

border-color css

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

 span { border-color: rgb(120,91,180); }

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