Html Css Color HEX #7C5CBA Blue Marguerite

📋 copy color: '#7C5CBA'

red 124 ◦ green 92 ◦ blue 186

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

Shades of Blue Marguerite #7C5CBA

Tints of Blue Marguerite #7C5CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.89%

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

R = 30.85%
G = 22.89%
B = 46.27%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C5CBA (or 0x7C5CBA) is known color: Blue Marguerite. HEX triplet: 7C, 5C and BA. RGB value is (124,92,186). Sum of RGB (Red+Green+Blue) = 124+92+186=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C5CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5CBA is #83A345. Grayscale: #6F6F6F. Windows color (decimal): -8627014 or 12213372. OLE color: 12213372.

HSL color Cylindrical-coordinate representation of color #7C5CBA: hue angle of 260.43º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C5CBA is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 92 186 -
CMYK 0.33 0.51 0 0.27
HSL 260.43º 0.41% 0.55% -
HSV(B) 260.43º 0.51% 0.73% -
XYZ 21 15.48 48.34 -
YUV 112.28 169.6 136.36 -
System Red Green Blue C M Y K H S L
Decimal 124 92 186 0.33 0.51 0 0.27 260.43 0.41 0.55
Hex 7C 5C BA 21 33 0 1B 104 29 37
Octal 174 134 272 41 63 0 33 404 51 67
Binary 1111100 1011100 10111010 100001 110011 0 11011 100000100 101001 110111

Color Harmonies of #7C5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5CBA

Black with #7C5CBA

Text Example


Text Example

White with #7C5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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