Html Css Color HEX #754EC0 Blue Marguerite

📋 copy color: '#754EC0'

red 117 ◦ green 78 ◦ blue 192

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

Shades of Blue Marguerite #754EC0

Tints of Blue Marguerite #754EC0

RGB

 RED value IS 117 (46.09% from 255) = 30.23%

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

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

R = 30.23%
G = 20.16%
B = 49.61%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#754EC0 (or 0x754EC0) is known color: Blue Marguerite. HEX triplet: 75, 4E and C0. RGB value is (117,78,192). Sum of RGB (Red+Green+Blue) = 117+78+192=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #754EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EC0 is #8AB13F. Grayscale: #666666. Windows color (decimal): -9089344 or 12602997. OLE color: 12602997.

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

Color convert

RGB 117 78 192 -
CMYK 0.39 0.59 0 0.25
HSL 260.53º 0.48% 0.53% -
HSV(B) 260.53º 0.59% 0.75% -
XYZ 19.57 13.04 51.35 -
YUV 102.66 178.42 138.23 -
System Red Green Blue C M Y K H S L
Decimal 117 78 192 0.39 0.59 0 0.25 260.53 0.48 0.53
Hex 75 4E C0 27 3B 0 19 105 30 35
Octal 165 116 300 47 73 0 31 405 60 65
Binary 1110101 1001110 11000000 100111 111011 0 11001 100000101 110000 110101

Color Harmonies of #754EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754EC0

Black with #754EC0

Text Example


Text Example

White with #754EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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