Html Css Color HEX #785DBE Blue Marguerite

📋 copy color: '#785DBE'

red 120 ◦ green 93 ◦ blue 190

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

Shades of Blue Marguerite #785DBE

Tints of Blue Marguerite #785DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 29.78%
G = 23.08%
B = 47.15%

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

#785DBE (or 0x785DBE) is known color: Blue Marguerite. HEX triplet: 78, 5D and BE. RGB value is (120,93,190). Sum of RGB (Red+Green+Blue) = 120+93+190=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #785DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785DBE is #87A241. Grayscale: #6F6F6F. Windows color (decimal): -8888898 or 12475768. OLE color: 12475768.

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

Color convert

RGB 120 93 190 -
CMYK 0.37 0.51 0 0.25
HSL 256.7º 0.43% 0.55% -
HSV(B) 256.7º 0.51% 0.75% -
XYZ 20.95 15.54 50.61 -
YUV 112.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 120 93 190 0.37 0.51 0 0.25 256.7 0.43 0.55
Hex 78 5D BE 25 33 0 19 101 2B 37
Octal 170 135 276 45 63 0 31 401 53 67
Binary 1111000 1011101 10111110 100101 110011 0 11001 100000001 101011 110111

Color Harmonies of #785DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785DBE

Black with #785DBE

Text Example


Text Example

White with #785DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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