Html Css Color HEX #754AC0 Blue Marguerite

📋 copy color: '#754AC0'

red 117 ◦ green 74 ◦ blue 192

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

Shades of Blue Marguerite #754AC0

Tints of Blue Marguerite #754AC0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.32%

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

R = 30.55%
G = 19.32%
B = 50.13%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#754AC0 (or 0x754AC0) is known color: Blue Marguerite. HEX triplet: 75, 4A and C0. RGB value is (117,74,192). Sum of RGB (Red+Green+Blue) = 117+74+192=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #754AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754AC0 is #8AB53F. Grayscale: #636363. Windows color (decimal): -9090368 or 12601973. OLE color: 12601973.

HSL color Cylindrical-coordinate representation of color #754AC0: hue angle of 261.86º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #754AC0 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 74 192 -
CMYK 0.39 0.61 0 0.25
HSL 261.86º 0.48% 0.52% -
HSV(B) 261.86º 0.61% 0.75% -
XYZ 19.3 12.49 51.26 -
YUV 100.31 179.75 139.91 -
System Red Green Blue C M Y K H S L
Decimal 117 74 192 0.39 0.61 0 0.25 261.86 0.48 0.52
Hex 75 4A C0 27 3D 0 19 106 30 34
Octal 165 112 300 47 75 0 31 406 60 64
Binary 1110101 1001010 11000000 100111 111101 0 11001 100000110 110000 110100

Color Harmonies of #754AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754AC0

Black with #754AC0

Text Example


Text Example

White with #754AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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