Html Css Color HEX #754DC0 Blue Marguerite

📋 copy color: '#754DC0'

red 117 ◦ green 77 ◦ blue 192

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

Shades of Blue Marguerite #754DC0

Tints of Blue Marguerite #754DC0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.95%

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

R = 30.31%
G = 19.95%
B = 49.74%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#754DC0 (or 0x754DC0) is known color: Blue Marguerite. HEX triplet: 75, 4D and C0. RGB value is (117,77,192). Sum of RGB (Red+Green+Blue) = 117+77+192=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #754DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DC0 is #8AB23F. Grayscale: #656565. Windows color (decimal): -9089600 or 12602741. OLE color: 12602741.

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

Color convert

RGB 117 77 192 -
CMYK 0.39 0.60 0 0.25
HSL 260.87º 0.48% 0.53% -
HSV(B) 260.87º 0.6% 0.75% -
XYZ 19.5 12.9 51.33 -
YUV 102.07 178.75 138.65 -
System Red Green Blue C M Y K H S L
Decimal 117 77 192 0.39 0.60 0 0.25 260.87 0.48 0.53
Hex 75 4D C0 27 3C 0 19 105 30 35
Octal 165 115 300 47 74 0 31 405 60 65
Binary 1110101 1001101 11000000 100111 111100 0 11001 100000101 110000 110101

Color Harmonies of #754DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754DC0

Black with #754DC0

Text Example


Text Example

White with #754DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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