Html Css Color HEX #7C5AB2 Blue Marguerite

📋 copy color: '#7C5AB2'

red 124 ◦ green 90 ◦ blue 178

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

Shades of Blue Marguerite #7C5AB2

Tints of Blue Marguerite #7C5AB2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.96%

 BLUE value IS 178 (69.92% from 255) = 45.41%

R = 31.63%
G = 22.96%
B = 45.41%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7C5AB2 (or 0x7C5AB2) is known color: Blue Marguerite. HEX triplet: 7C, 5A and B2. RGB value is (124,90,178). Sum of RGB (Red+Green+Blue) = 124+90+178=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 178 - color contains mainly: blue. Hex color #7C5AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5AB2 is #83A54D. Grayscale: #6D6D6D. Windows color (decimal): -8627534 or 11688572. OLE color: 11688572.

HSL color Cylindrical-coordinate representation of color #7C5AB2: hue angle of 263.18º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C5AB2 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 90 178 -
CMYK 0.30 0.49 0 0.30
HSL 263.18º 0.36% 0.53% -
HSV(B) 263.18º 0.49% 0.7% -
XYZ 20 14.81 43.92 -
YUV 110.2 166.26 137.84 -
System Red Green Blue C M Y K H S L
Decimal 124 90 178 0.30 0.49 0 0.30 263.18 0.36 0.53
Hex 7C 5A B2 1E 31 0 1E 107 24 35
Octal 174 132 262 36 61 0 36 407 44 65
Binary 1111100 1011010 10110010 11110 110001 0 11110 100000111 100100 110101

Color Harmonies of #7C5AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5AB2

Black with #7C5AB2

Text Example


Text Example

White with #7C5AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,90,178); }

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

background-color css

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

 a { background-color: rgb(124,90,178); }

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

border-color css

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

 span { border-color: rgb(124,90,178); }

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