Html Css Color HEX #7C5CBF Blue Marguerite

📋 copy color: '#7C5CBF'

red 124 ◦ green 92 ◦ blue 191

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

Shades of Blue Marguerite #7C5CBF

Tints of Blue Marguerite #7C5CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.93%

R = 30.47%
G = 22.6%
B = 46.93%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C5CBF (or 0x7C5CBF) is known color: Blue Marguerite. HEX triplet: 7C, 5C and BF. RGB value is (124,92,191). Sum of RGB (Red+Green+Blue) = 124+92+191=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C5CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5CBF is #83A340. Grayscale: #707070. Windows color (decimal): -8627009 or 12541052. OLE color: 12541052.

HSL color Cylindrical-coordinate representation of color #7C5CBF: hue angle of 259.39º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C5CBF is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 92 191 -
CMYK 0.35 0.52 0 0.25
HSL 259.39º 0.44% 0.55% -
HSV(B) 259.39º 0.52% 0.75% -
XYZ 21.54 15.7 51.19 -
YUV 112.85 172.1 135.95 -
System Red Green Blue C M Y K H S L
Decimal 124 92 191 0.35 0.52 0 0.25 259.39 0.44 0.55
Hex 7C 5C BF 23 34 0 19 103 2C 37
Octal 174 134 277 43 64 0 31 403 54 67
Binary 1111100 1011100 10111111 100011 110100 0 11001 100000011 101100 110111

Color Harmonies of #7C5CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5CBF

Black with #7C5CBF

Text Example


Text Example

White with #7C5CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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