Html Css Color HEX #785AB5 Blue Marguerite

📋 copy color: '#785AB5'

red 120 ◦ green 90 ◦ blue 181

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

Shades of Blue Marguerite #785AB5

Tints of Blue Marguerite #785AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.29%

R = 30.69%
G = 23.02%
B = 46.29%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#785AB5 (or 0x785AB5) is known color: Blue Marguerite. HEX triplet: 78, 5A and B5. RGB value is (120,90,181). Sum of RGB (Red+Green+Blue) = 120+90+181=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 181 - color contains mainly: blue. Hex color #785AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785AB5 is #87A54A. Grayscale: #6D6D6D. Windows color (decimal): -8889675 or 11885176. OLE color: 11885176.

HSL color Cylindrical-coordinate representation of color #785AB5: hue angle of 259.78º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #785AB5 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 90 181 -
CMYK 0.34 0.50 0 0.29
HSL 259.78º 0.38% 0.53% -
HSV(B) 259.78º 0.5% 0.71% -
XYZ 19.74 14.64 45.5 -
YUV 109.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 120 90 181 0.34 0.50 0 0.29 259.78 0.38 0.53
Hex 78 5A B5 22 32 0 1D 104 26 35
Octal 170 132 265 42 62 0 35 404 46 65
Binary 1111000 1011010 10110101 100010 110010 0 11101 100000100 100110 110101

Color Harmonies of #785AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785AB5

Black with #785AB5

Text Example


Text Example

White with #785AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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