Html Css Color HEX #785FBF Blue Marguerite

📋 copy color: '#785FBF'

red 120 ◦ green 95 ◦ blue 191

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

Shades of Blue Marguerite #785FBF

Tints of Blue Marguerite #785FBF

RGB

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

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

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

R = 29.56%
G = 23.4%
B = 47.04%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#785FBF (or 0x785FBF) is known color: Blue Marguerite. HEX triplet: 78, 5F and BF. RGB value is (120,95,191). Sum of RGB (Red+Green+Blue) = 120+95+191=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #785FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785FBF is #87A040. Grayscale: #717171. Windows color (decimal): -8888385 or 12541816. OLE color: 12541816.

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

Color convert

RGB 120 95 191 -
CMYK 0.37 0.50 0 0.25
HSL 255.63º 0.43% 0.56% -
HSV(B) 255.63º 0.5% 0.75% -
XYZ 21.24 15.94 51.25 -
YUV 113.42 171.78 132.69 -
System Red Green Blue C M Y K H S L
Decimal 120 95 191 0.37 0.50 0 0.25 255.63 0.43 0.56
Hex 78 5F BF 25 32 0 19 100 2B 38
Octal 170 137 277 45 62 0 31 400 53 70
Binary 1111000 1011111 10111111 100101 110010 0 11001 100000000 101011 111000

Color Harmonies of #785FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785FBF

Black with #785FBF

Text Example


Text Example

White with #785FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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