Html Css Color HEX #734EC0 Blue Marguerite

📋 copy color: '#734EC0'

red 115 ◦ green 78 ◦ blue 192

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

Shades of Blue Marguerite #734EC0

Tints of Blue Marguerite #734EC0

RGB

 RED value IS 115 (45.31% from 255) = 29.87%

 GREEN value IS 78 (30.86% from 255) = 20.26%

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

R = 29.87%
G = 20.26%
B = 49.87%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#734EC0 (or 0x734EC0) is known color: Blue Marguerite. HEX triplet: 73, 4E and C0. RGB value is (115,78,192). Sum of RGB (Red+Green+Blue) = 115+78+192=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #734EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734EC0 is #8CB13F. Grayscale: #656565. Windows color (decimal): -9220416 or 12602995. OLE color: 12602995.

HSL color Cylindrical-coordinate representation of color #734EC0: hue angle of 259.47º 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 #734EC0 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 78 192 -
CMYK 0.40 0.59 0 0.25
HSL 259.47º 0.48% 0.53% -
HSV(B) 259.47º 0.59% 0.75% -
XYZ 19.31 12.9 51.34 -
YUV 102.06 178.76 137.23 -
System Red Green Blue C M Y K H S L
Decimal 115 78 192 0.40 0.59 0 0.25 259.47 0.48 0.53
Hex 73 4E C0 28 3B 0 19 103 30 35
Octal 163 116 300 50 73 0 31 403 60 65
Binary 1110011 1001110 11000000 101000 111011 0 11001 100000011 110000 110101

Color Harmonies of #734EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734EC0

Black with #734EC0

Text Example


Text Example

White with #734EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734EC0; }

 p { color: rgb(115,78,192); }

 H1.HeaderClassName
 {
   color: #734EC0;
 }
 .AnyTagClassName
 {
   color: #734EC0;
 }
</style>

background-color css

<style>
 a { background-color: #734EC0; }

 a { background-color: rgb(115,78,192); }

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

border-color css

<style>
 span { border-color: #734EC0; }

 span { border-color: rgb(115,78,192); }

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