Html Css Color HEX #785CB4 Blue Marguerite

📋 copy color: '#785CB4'

red 120 ◦ green 92 ◦ blue 180

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

Shades of Blue Marguerite #785CB4

Tints of Blue Marguerite #785CB4

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.47%

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

R = 30.61%
G = 23.47%
B = 45.92%

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

#785CB4 (or 0x785CB4) is known color: Blue Marguerite. HEX triplet: 78, 5C and B4. RGB value is (120,92,180). Sum of RGB (Red+Green+Blue) = 120+92+180=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #785CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785CB4 is #87A34B. Grayscale: #6E6E6E. Windows color (decimal): -8889164 or 11820152. OLE color: 11820152.

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

Color convert

RGB 120 92 180 -
CMYK 0.33 0.49 0 0.29
HSL 259.09º 0.37% 0.53% -
HSV(B) 259.09º 0.49% 0.71% -
XYZ 19.81 14.94 45.02 -
YUV 110.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 120 92 180 0.33 0.49 0 0.29 259.09 0.37 0.53
Hex 78 5C B4 21 31 0 1D 103 25 35
Octal 170 134 264 41 61 0 35 403 45 65
Binary 1111000 1011100 10110100 100001 110001 0 11101 100000011 100101 110101

Color Harmonies of #785CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785CB4

Black with #785CB4

Text Example


Text Example

White with #785CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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