Html Css Color HEX #784FC0 Blue Marguerite

📋 copy color: '#784FC0'

red 120 ◦ green 79 ◦ blue 192

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

Shades of Blue Marguerite #784FC0

Tints of Blue Marguerite #784FC0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.2%

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

R = 30.69%
G = 20.2%
B = 49.1%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#784FC0 (or 0x784FC0) is known color: Blue Marguerite. HEX triplet: 78, 4F and C0. RGB value is (120,79,192). Sum of RGB (Red+Green+Blue) = 120+79+192=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #784FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784FC0 is #87B03F. Grayscale: #676767. Windows color (decimal): -8892480 or 12603256. OLE color: 12603256.

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

Color convert

RGB 120 79 192 -
CMYK 0.38 0.59 0 0.25
HSL 261.77º 0.47% 0.53% -
HSV(B) 261.77º 0.59% 0.75% -
XYZ 20.06 13.39 51.4 -
YUV 104.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 120 79 192 0.38 0.59 0 0.25 261.77 0.47 0.53
Hex 78 4F C0 26 3B 0 19 106 2F 35
Octal 170 117 300 46 73 0 31 406 57 65
Binary 1111000 1001111 11000000 100110 111011 0 11001 100000110 101111 110101

Color Harmonies of #784FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784FC0

Black with #784FC0

Text Example


Text Example

White with #784FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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