Html Css Color HEX #7C55BA Blue Marguerite

📋 copy color: '#7C55BA'

red 124 ◦ green 85 ◦ blue 186

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

Shades of Blue Marguerite #7C55BA

Tints of Blue Marguerite #7C55BA

RGB

 RED value IS 124 (48.83% from 255) = 31.39%

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

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

R = 31.39%
G = 21.52%
B = 47.09%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C55BA (or 0x7C55BA) is known color: Blue Marguerite. HEX triplet: 7C, 55 and BA. RGB value is (124,85,186). Sum of RGB (Red+Green+Blue) = 124+85+186=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C55BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C55BA is #83AA45. Grayscale: #6B6B6B. Windows color (decimal): -8628806 or 12211580. OLE color: 12211580.

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

Color convert

RGB 124 85 186 -
CMYK 0.33 0.54 0 0.27
HSL 263.17º 0.42% 0.53% -
HSV(B) 263.17º 0.54% 0.73% -
XYZ 20.42 14.33 48.14 -
YUV 108.18 171.92 139.29 -
System Red Green Blue C M Y K H S L
Decimal 124 85 186 0.33 0.54 0 0.27 263.17 0.42 0.53
Hex 7C 55 BA 21 36 0 1B 107 2A 35
Octal 174 125 272 41 66 0 33 407 52 65
Binary 1111100 1010101 10111010 100001 110110 0 11011 100000111 101010 110101

Color Harmonies of #7C55BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C55BA

Black with #7C55BA

Text Example


Text Example

White with #7C55BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C55BA; }

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

 H1.HeaderClassName
 {
   color: #7C55BA;
 }
 .AnyTagClassName
 {
   color: #7C55BA;
 }
</style>

background-color css

<style>
 a { background-color: #7C55BA; }

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

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

border-color css

<style>
 span { border-color: #7C55BA; }

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

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