Html Css Color HEX #785DBD Blue Marguerite

📋 copy color: '#785DBD'

red 120 ◦ green 93 ◦ blue 189

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

Shades of Blue Marguerite #785DBD

Tints of Blue Marguerite #785DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.01%

R = 29.85%
G = 23.13%
B = 47.01%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#785DBD (or 0x785DBD) is known color: Blue Marguerite. HEX triplet: 78, 5D and BD. RGB value is (120,93,189). Sum of RGB (Red+Green+Blue) = 120+93+189=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #785DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785DBD is #87A242. Grayscale: #6F6F6F. Windows color (decimal): -8888899 or 12410232. OLE color: 12410232.

HSL color Cylindrical-coordinate representation of color #785DBD: hue angle of 256.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #785DBD is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 93 189 -
CMYK 0.37 0.51 0 0.26
HSL 256.88º 0.42% 0.55% -
HSV(B) 256.88º 0.51% 0.74% -
XYZ 20.85 15.5 50.04 -
YUV 112.02 171.45 133.69 -
System Red Green Blue C M Y K H S L
Decimal 120 93 189 0.37 0.51 0 0.26 256.88 0.42 0.55
Hex 78 5D BD 25 33 0 1A 101 2A 37
Octal 170 135 275 45 63 0 32 401 52 67
Binary 1111000 1011101 10111101 100101 110011 0 11010 100000001 101010 110111

Color Harmonies of #785DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785DBD

Black with #785DBD

Text Example


Text Example

White with #785DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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