Html Css Color HEX #7454BA Blue Marguerite

📋 copy color: '#7454BA'

red 116 ◦ green 84 ◦ blue 186

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

Shades of Blue Marguerite #7454BA

Tints of Blue Marguerite #7454BA

RGB

 RED value IS 116 (45.7% from 255) = 30.05%

 GREEN value IS 84 (33.2% from 255) = 21.76%

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 30.05%
G = 21.76%
B = 48.19%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7454BA (or 0x7454BA) is known color: Blue Marguerite. HEX triplet: 74, 54 and BA. RGB value is (116,84,186). Sum of RGB (Red+Green+Blue) = 116+84+186=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #7454BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7454BA is #8BAB45. Grayscale: #686868. Windows color (decimal): -9153350 or 12211316. OLE color: 12211316.

HSL color Cylindrical-coordinate representation of color #7454BA: hue angle of 258.82º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7454BA is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 84 186 -
CMYK 0.38 0.55 0 0.27
HSL 258.82º 0.43% 0.53% -
HSV(B) 258.82º 0.55% 0.73% -
XYZ 19.24 13.6 48.07 -
YUV 105.2 173.6 135.71 -
System Red Green Blue C M Y K H S L
Decimal 116 84 186 0.38 0.55 0 0.27 258.82 0.43 0.53
Hex 74 54 BA 26 37 0 1B 103 2A 35
Octal 164 124 272 46 67 0 33 403 52 65
Binary 1110100 1010100 10111010 100110 110111 0 11011 100000011 101010 110101

Color Harmonies of #7454BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7454BA

Black with #7454BA

Text Example


Text Example

White with #7454BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7454BA; }

 p { color: rgb(116,84,186); }

 H1.HeaderClassName
 {
   color: #7454BA;
 }
 .AnyTagClassName
 {
   color: #7454BA;
 }
</style>

background-color css

<style>
 a { background-color: #7454BA; }

 a { background-color: rgb(116,84,186); }

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

border-color css

<style>
 span { border-color: #7454BA; }

 span { border-color: rgb(116,84,186); }

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