Html Css Color HEX #785CB3 Blue Marguerite

📋 copy color: '#785CB3'

red 120 ◦ green 92 ◦ blue 179

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

Shades of Blue Marguerite #785CB3

Tints of Blue Marguerite #785CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.78%

R = 30.69%
G = 23.53%
B = 45.78%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#785CB3 (or 0x785CB3) is known color: Blue Marguerite. HEX triplet: 78, 5C and B3. RGB value is (120,92,179). Sum of RGB (Red+Green+Blue) = 120+92+179=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: blue. Hex color #785CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785CB3 is #87A34C. Grayscale: #6D6D6D. Windows color (decimal): -8889165 or 11754616. OLE color: 11754616.

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

Color convert

RGB 120 92 179 -
CMYK 0.33 0.49 0 0.30
HSL 259.31º 0.36% 0.53% -
HSV(B) 259.31º 0.49% 0.7% -
XYZ 19.71 14.9 44.49 -
YUV 110.29 166.78 134.93 -
System Red Green Blue C M Y K H S L
Decimal 120 92 179 0.33 0.49 0 0.30 259.31 0.36 0.53
Hex 78 5C B3 21 31 0 1E 103 24 35
Octal 170 134 263 41 61 0 36 403 44 65
Binary 1111000 1011100 10110011 100001 110001 0 11110 100000011 100100 110101

Color Harmonies of #785CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785CB3

Black with #785CB3

Text Example


Text Example

White with #785CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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