Html Css Color HEX #784CC0 Blue Marguerite

📋 copy color: '#784CC0'

red 120 ◦ green 76 ◦ blue 192

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

Shades of Blue Marguerite #784CC0

Tints of Blue Marguerite #784CC0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.59%

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

R = 30.93%
G = 19.59%
B = 49.48%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#784CC0 (or 0x784CC0) is known color: Blue Marguerite. HEX triplet: 78, 4C and C0. RGB value is (120,76,192). Sum of RGB (Red+Green+Blue) = 120+76+192=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #784CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784CC0 is #87B33F. Grayscale: #656565. Windows color (decimal): -8893248 or 12602488. OLE color: 12602488.

HSL color Cylindrical-coordinate representation of color #784CC0: hue angle of 262.76º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #784CC0 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 76 192 -
CMYK 0.38 0.60 0 0.25
HSL 262.76º 0.48% 0.53% -
HSV(B) 262.76º 0.6% 0.75% -
XYZ 19.84 12.97 51.33 -
YUV 102.38 178.58 140.57 -
System Red Green Blue C M Y K H S L
Decimal 120 76 192 0.38 0.60 0 0.25 262.76 0.48 0.53
Hex 78 4C C0 26 3C 0 19 107 30 35
Octal 170 114 300 46 74 0 31 407 60 65
Binary 1111000 1001100 11000000 100110 111100 0 11001 100000111 110000 110101

Color Harmonies of #784CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784CC0

Black with #784CC0

Text Example


Text Example

White with #784CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784CC0; }

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

 H1.HeaderClassName
 {
   color: #784CC0;
 }
 .AnyTagClassName
 {
   color: #784CC0;
 }
</style>

background-color css

<style>
 a { background-color: #784CC0; }

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

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

border-color css

<style>
 span { border-color: #784CC0; }

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

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