Html Css Color HEX #785BAC Blue Marguerite

📋 copy color: '#785BAC'

red 120 ◦ green 91 ◦ blue 172

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

Shades of Blue Marguerite #785BAC

Tints of Blue Marguerite #785BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.76%

 BLUE value IS 172 (67.58% from 255) = 44.91%

R = 31.33%
G = 23.76%
B = 44.91%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#785BAC (or 0x785BAC) is known color: Blue Marguerite. HEX triplet: 78, 5B and AC. RGB value is (120,91,172). Sum of RGB (Red+Green+Blue) = 120+91+172=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #785BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785BAC is #87A453. Grayscale: #6C6C6C. Windows color (decimal): -8889428 or 11295608. OLE color: 11295608.

HSL color Cylindrical-coordinate representation of color #785BAC: hue angle of 261.48º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #785BAC is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 91 172 -
CMYK 0.30 0.47 0 0.33
HSL 261.48º 0.33% 0.52% -
HSV(B) 261.48º 0.47% 0.67% -
XYZ 18.93 14.45 40.82 -
YUV 108.91 163.61 135.91 -
System Red Green Blue C M Y K H S L
Decimal 120 91 172 0.30 0.47 0 0.33 261.48 0.33 0.52
Hex 78 5B AC 1E 2F 0 21 105 21 34
Octal 170 133 254 36 57 0 41 405 41 64
Binary 1111000 1011011 10101100 11110 101111 0 100001 100000101 100001 110100

Color Harmonies of #785BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785BAC

Black with #785BAC

Text Example


Text Example

White with #785BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,91,172); }

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

background-color css

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

 a { background-color: rgb(120,91,172); }

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

border-color css

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

 span { border-color: rgb(120,91,172); }

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