Html Css Color HEX #7453BA Blue Marguerite

📋 copy color: '#7453BA'

red 116 ◦ green 83 ◦ blue 186

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

Shades of Blue Marguerite #7453BA

Tints of Blue Marguerite #7453BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.56%

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

R = 30.13%
G = 21.56%
B = 48.31%

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

#7453BA (or 0x7453BA) is known color: Blue Marguerite. HEX triplet: 74, 53 and BA. RGB value is (116,83,186). Sum of RGB (Red+Green+Blue) = 116+83+186=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #7453BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7453BA is #8BAC45. Grayscale: #686868. Windows color (decimal): -9153606 or 12211060. OLE color: 12211060.

HSL color Cylindrical-coordinate representation of color #7453BA: hue angle of 259.22º 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 #7453BA is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 83 186 -
CMYK 0.38 0.55 0 0.27
HSL 259.22º 0.43% 0.53% -
HSV(B) 259.22º 0.55% 0.73% -
XYZ 19.16 13.44 48.04 -
YUV 104.61 173.93 136.12 -
System Red Green Blue C M Y K H S L
Decimal 116 83 186 0.38 0.55 0 0.27 259.22 0.43 0.53
Hex 74 53 BA 26 37 0 1B 103 2B 35
Octal 164 123 272 46 67 0 33 403 53 65
Binary 1110100 1010011 10111010 100110 110111 0 11011 100000011 101011 110101

Color Harmonies of #7453BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7453BA

Black with #7453BA

Text Example


Text Example

White with #7453BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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