Html Css Color HEX #785EBA Blue Marguerite

📋 copy color: '#785EBA'

red 120 ◦ green 94 ◦ blue 186

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

Shades of Blue Marguerite #785EBA

Tints of Blue Marguerite #785EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.5%

 BLUE value IS 186 (73.05% from 255) = 46.5%

R = 30%
G = 23.5%
B = 46.5%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#785EBA (or 0x785EBA) is known color: Blue Marguerite. HEX triplet: 78, 5E and BA. RGB value is (120,94,186). Sum of RGB (Red+Green+Blue) = 120+94+186=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #785EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785EBA is #87A145. Grayscale: #6F6F6F. Windows color (decimal): -8888646 or 12213880. OLE color: 12213880.

HSL color Cylindrical-coordinate representation of color #785EBA: hue angle of 256.96º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #785EBA is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 94 186 -
CMYK 0.35 0.49 0 0.27
HSL 256.96º 0.4% 0.55% -
HSV(B) 256.96º 0.49% 0.73% -
XYZ 20.61 15.54 48.37 -
YUV 112.26 169.61 133.52 -
System Red Green Blue C M Y K H S L
Decimal 120 94 186 0.35 0.49 0 0.27 256.96 0.4 0.55
Hex 78 5E BA 23 31 0 1B 101 28 37
Octal 170 136 272 43 61 0 33 401 50 67
Binary 1111000 1011110 10111010 100011 110001 0 11011 100000001 101000 110111

Color Harmonies of #785EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785EBA

Black with #785EBA

Text Example


Text Example

White with #785EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,94,186); }

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

background-color css

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

 a { background-color: rgb(120,94,186); }

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

border-color css

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

 span { border-color: rgb(120,94,186); }

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