Html Css Color HEX #784CBF Blue Marguerite

📋 copy color: '#784CBF'

red 120 ◦ green 76 ◦ blue 191

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

Shades of Blue Marguerite #784CBF

Tints of Blue Marguerite #784CBF

RGB

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

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

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

R = 31.01%
G = 19.64%
B = 49.35%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#784CBF (or 0x784CBF) is known color: Blue Marguerite. HEX triplet: 78, 4C and BF. RGB value is (120,76,191). Sum of RGB (Red+Green+Blue) = 120+76+191=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #784CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784CBF is #87B340. Grayscale: #656565. Windows color (decimal): -8893249 or 12536952. OLE color: 12536952.

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

Color convert

RGB 120 76 191 -
CMYK 0.37 0.60 0 0.25
HSL 262.96º 0.47% 0.52% -
HSV(B) 262.96º 0.6% 0.75% -
XYZ 19.73 12.92 50.74 -
YUV 102.27 178.08 140.65 -
System Red Green Blue C M Y K H S L
Decimal 120 76 191 0.37 0.60 0 0.25 262.96 0.47 0.52
Hex 78 4C BF 25 3C 0 19 107 2F 34
Octal 170 114 277 45 74 0 31 407 57 64
Binary 1111000 1001100 10111111 100101 111100 0 11001 100000111 101111 110100

Color Harmonies of #784CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784CBF

Black with #784CBF

Text Example


Text Example

White with #784CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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