Html Css Color HEX #785FC0 Blue Marguerite

📋 copy color: '#785FC0'

red 120 ◦ green 95 ◦ blue 192

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

Shades of Blue Marguerite #785FC0

Tints of Blue Marguerite #785FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.17%

R = 29.48%
G = 23.34%
B = 47.17%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#785FC0 (or 0x785FC0) is known color: Blue Marguerite. HEX triplet: 78, 5F and C0. RGB value is (120,95,192). Sum of RGB (Red+Green+Blue) = 120+95+192=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #785FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785FC0 is #87A03F. Grayscale: #717171. Windows color (decimal): -8888384 or 12607352. OLE color: 12607352.

HSL color Cylindrical-coordinate representation of color #785FC0: hue angle of 255.46º 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 #785FC0 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 95 192 -
CMYK 0.38 0.51 0 0.25
HSL 255.46º 0.43% 0.56% -
HSV(B) 255.46º 0.51% 0.75% -
XYZ 21.35 15.98 51.83 -
YUV 113.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 120 95 192 0.38 0.51 0 0.25 255.46 0.43 0.56
Hex 78 5F C0 26 33 0 19 FF 2B 38
Octal 170 137 300 46 63 0 31 377 53 70
Binary 1111000 1011111 11000000 100110 110011 0 11001 11111111 101011 111000

Color Harmonies of #785FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785FC0

Black with #785FC0

Text Example


Text Example

White with #785FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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