Html Css Color HEX #7C53BB Blue Marguerite

📋 copy color: '#7C53BB'

red 124 ◦ green 83 ◦ blue 187

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

Shades of Blue Marguerite #7C53BB

Tints of Blue Marguerite #7C53BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 31.47%
G = 21.07%
B = 47.46%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C53BB (or 0x7C53BB) is known color: Blue Marguerite. HEX triplet: 7C, 53 and BB. RGB value is (124,83,187). Sum of RGB (Red+Green+Blue) = 124+83+187=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C53BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C53BB is #83AC44. Grayscale: #6A6A6A. Windows color (decimal): -8629317 or 12276604. OLE color: 12276604.

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

Color convert

RGB 124 83 187 -
CMYK 0.34 0.56 0 0.27
HSL 263.65º 0.43% 0.53% -
HSV(B) 263.65º 0.56% 0.73% -
XYZ 20.38 14.06 48.65 -
YUV 107.12 173.08 140.04 -
System Red Green Blue C M Y K H S L
Decimal 124 83 187 0.34 0.56 0 0.27 263.65 0.43 0.53
Hex 7C 53 BB 22 38 0 1B 108 2B 35
Octal 174 123 273 42 70 0 33 410 53 65
Binary 1111100 1010011 10111011 100010 111000 0 11011 100001000 101011 110101

Color Harmonies of #7C53BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C53BB

Black with #7C53BB

Text Example


Text Example

White with #7C53BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,83,187); }

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

background-color css

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

 a { background-color: rgb(124,83,187); }

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

border-color css

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

 span { border-color: rgb(124,83,187); }

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