Html Css Color HEX #785AB2 Blue Marguerite

📋 copy color: '#785AB2'

red 120 ◦ green 90 ◦ blue 178

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

Shades of Blue Marguerite #785AB2

Tints of Blue Marguerite #785AB2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.2%

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

R = 30.93%
G = 23.2%
B = 45.88%

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

#785AB2 (or 0x785AB2) is known color: Blue Marguerite. HEX triplet: 78, 5A and B2. RGB value is (120,90,178). Sum of RGB (Red+Green+Blue) = 120+90+178=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 178 - color contains mainly: blue. Hex color #785AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785AB2 is #87A54D. Grayscale: #6C6C6C. Windows color (decimal): -8889678 or 11688568. OLE color: 11688568.

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

Color convert

RGB 120 90 178 -
CMYK 0.33 0.49 0 0.30
HSL 260.45º 0.36% 0.53% -
HSV(B) 260.45º 0.49% 0.7% -
XYZ 19.44 14.52 43.9 -
YUV 109 166.94 135.84 -
System Red Green Blue C M Y K H S L
Decimal 120 90 178 0.33 0.49 0 0.30 260.45 0.36 0.53
Hex 78 5A B2 21 31 0 1E 104 24 35
Octal 170 132 262 41 61 0 36 404 44 65
Binary 1111000 1011010 10110010 100001 110001 0 11110 100000100 100100 110101

Color Harmonies of #785AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785AB2

Black with #785AB2

Text Example


Text Example

White with #785AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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