Html Css Color HEX #785FBA Blue Marguerite

📋 copy color: '#785FBA'

red 120 ◦ green 95 ◦ blue 186

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

Shades of Blue Marguerite #785FBA

Tints of Blue Marguerite #785FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.69%

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

R = 29.93%
G = 23.69%
B = 46.38%

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

#785FBA (or 0x785FBA) is known color: Blue Marguerite. HEX triplet: 78, 5F and BA. RGB value is (120,95,186). Sum of RGB (Red+Green+Blue) = 120+95+186=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #785FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785FBA is #87A045. Grayscale: #707070. Windows color (decimal): -8888390 or 12214136. OLE color: 12214136.

HSL color Cylindrical-coordinate representation of color #785FBA: hue angle of 256.48º 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 #785FBA is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 95 186 -
CMYK 0.35 0.49 0 0.27
HSL 256.48º 0.4% 0.55% -
HSV(B) 256.48º 0.49% 0.73% -
XYZ 20.7 15.72 48.4 -
YUV 112.85 169.28 133.1 -
System Red Green Blue C M Y K H S L
Decimal 120 95 186 0.35 0.49 0 0.27 256.48 0.4 0.55
Hex 78 5F BA 23 31 0 1B 100 28 37
Octal 170 137 272 43 61 0 33 400 50 67
Binary 1111000 1011111 10111010 100011 110001 0 11011 100000000 101000 110111

Color Harmonies of #785FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785FBA

Black with #785FBA

Text Example


Text Example

White with #785FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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