Html Css Color HEX #785DBF Blue Marguerite

📋 copy color: '#785DBF'

red 120 ◦ green 93 ◦ blue 191

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

Shades of Blue Marguerite #785DBF

Tints of Blue Marguerite #785DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.02%

 BLUE value IS 191 (75% from 255) = 47.28%

R = 29.7%
G = 23.02%
B = 47.28%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#785DBF (or 0x785DBF) is known color: Blue Marguerite. HEX triplet: 78, 5D and BF. RGB value is (120,93,191). Sum of RGB (Red+Green+Blue) = 120+93+191=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #785DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785DBF is #87A240. Grayscale: #6F6F6F. Windows color (decimal): -8888897 or 12541304. OLE color: 12541304.

HSL color Cylindrical-coordinate representation of color #785DBF: hue angle of 256.53º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #785DBF is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 93 191 -
CMYK 0.37 0.51 0 0.25
HSL 256.53º 0.43% 0.56% -
HSV(B) 256.53º 0.51% 0.75% -
XYZ 21.06 15.58 51.19 -
YUV 112.25 172.45 133.53 -
System Red Green Blue C M Y K H S L
Decimal 120 93 191 0.37 0.51 0 0.25 256.53 0.43 0.56
Hex 78 5D BF 25 33 0 19 101 2B 38
Octal 170 135 277 45 63 0 31 401 53 70
Binary 1111000 1011101 10111111 100101 110011 0 11001 100000001 101011 111000

Color Harmonies of #785DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785DBF

Black with #785DBF

Text Example


Text Example

White with #785DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,93,191); }

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

background-color css

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

 a { background-color: rgb(120,93,191); }

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

border-color css

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

 span { border-color: rgb(120,93,191); }

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