Html Css Color HEX #7555BA Blue Marguerite

📋 copy color: '#7555BA'

red 117 ◦ green 85 ◦ blue 186

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

Shades of Blue Marguerite #7555BA

Tints of Blue Marguerite #7555BA

RGB

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

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

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

R = 30.15%
G = 21.91%
B = 47.94%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7555BA (or 0x7555BA) is known color: Blue Marguerite. HEX triplet: 75, 55 and BA. RGB value is (117,85,186). Sum of RGB (Red+Green+Blue) = 117+85+186=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #7555BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7555BA is #8AAA45. Grayscale: #696969. Windows color (decimal): -9087558 or 12211573. OLE color: 12211573.

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

Color convert

RGB 117 85 186 -
CMYK 0.37 0.54 0 0.27
HSL 259.01º 0.42% 0.53% -
HSV(B) 259.01º 0.54% 0.73% -
XYZ 19.45 13.82 48.1 -
YUV 106.08 173.1 135.79 -
System Red Green Blue C M Y K H S L
Decimal 117 85 186 0.37 0.54 0 0.27 259.01 0.42 0.53
Hex 75 55 BA 25 36 0 1B 103 2A 35
Octal 165 125 272 45 66 0 33 403 52 65
Binary 1110101 1010101 10111010 100101 110110 0 11011 100000011 101010 110101

Color Harmonies of #7555BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7555BA

Black with #7555BA

Text Example


Text Example

White with #7555BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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