Html Css Color HEX #7455BA Blue Marguerite

📋 copy color: '#7455BA'

red 116 ◦ green 85 ◦ blue 186

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

Shades of Blue Marguerite #7455BA

Tints of Blue Marguerite #7455BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.96%

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

R = 29.97%
G = 21.96%
B = 48.06%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7455BA (or 0x7455BA) is known color: Blue Marguerite. HEX triplet: 74, 55 and BA. RGB value is (116,85,186). Sum of RGB (Red+Green+Blue) = 116+85+186=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #7455BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7455BA is #8BAA45. Grayscale: #696969. Windows color (decimal): -9153094 or 12211572. OLE color: 12211572.

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

Color convert

RGB 116 85 186 -
CMYK 0.38 0.54 0 0.27
HSL 258.42º 0.42% 0.53% -
HSV(B) 258.42º 0.54% 0.73% -
XYZ 19.31 13.76 48.09 -
YUV 105.78 173.27 135.29 -
System Red Green Blue C M Y K H S L
Decimal 116 85 186 0.38 0.54 0 0.27 258.42 0.42 0.53
Hex 74 55 BA 26 36 0 1B 102 2A 35
Octal 164 125 272 46 66 0 33 402 52 65
Binary 1110100 1010101 10111010 100110 110110 0 11011 100000010 101010 110101

Color Harmonies of #7455BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7455BA

Black with #7455BA

Text Example


Text Example

White with #7455BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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