Html Css Color HEX #7C5FBA Blue Marguerite

📋 copy color: '#7C5FBA'

red 124 ◦ green 95 ◦ blue 186

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

Shades of Blue Marguerite #7C5FBA

Tints of Blue Marguerite #7C5FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.46%

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

R = 30.62%
G = 23.46%
B = 45.93%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C5FBA (or 0x7C5FBA) is known color: Blue Marguerite. HEX triplet: 7C, 5F and BA. RGB value is (124,95,186). Sum of RGB (Red+Green+Blue) = 124+95+186=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C5FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5FBA is #83A045. Grayscale: #717171. Windows color (decimal): -8626246 or 12214140. OLE color: 12214140.

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

Color convert

RGB 124 95 186 -
CMYK 0.33 0.49 0 0.27
HSL 259.12º 0.4% 0.55% -
HSV(B) 259.12º 0.49% 0.73% -
XYZ 21.27 16.01 48.42 -
YUV 114.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 124 95 186 0.33 0.49 0 0.27 259.12 0.4 0.55
Hex 7C 5F BA 21 31 0 1B 103 28 37
Octal 174 137 272 41 61 0 33 403 50 67
Binary 1111100 1011111 10111010 100001 110001 0 11011 100000011 101000 110111

Color Harmonies of #7C5FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5FBA

Black with #7C5FBA

Text Example


Text Example

White with #7C5FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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