Html Css Color HEX #7C5DBF Blue Marguerite

📋 copy color: '#7C5DBF'

red 124 ◦ green 93 ◦ blue 191

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

Shades of Blue Marguerite #7C5DBF

Tints of Blue Marguerite #7C5DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.79%

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

R = 30.39%
G = 22.79%
B = 46.81%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C5DBF (or 0x7C5DBF) is known color: Blue Marguerite. HEX triplet: 7C, 5D and BF. RGB value is (124,93,191). Sum of RGB (Red+Green+Blue) = 124+93+191=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C5DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5DBF is #83A240. Grayscale: #717171. Windows color (decimal): -8626753 or 12541308. OLE color: 12541308.

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

Color convert

RGB 124 93 191 -
CMYK 0.35 0.51 0 0.25
HSL 258.98º 0.43% 0.56% -
HSV(B) 258.98º 0.51% 0.75% -
XYZ 21.63 15.88 51.21 -
YUV 113.44 171.77 135.53 -
System Red Green Blue C M Y K H S L
Decimal 124 93 191 0.35 0.51 0 0.25 258.98 0.43 0.56
Hex 7C 5D BF 23 33 0 19 103 2B 38
Octal 174 135 277 43 63 0 31 403 53 70
Binary 1111100 1011101 10111111 100011 110011 0 11001 100000011 101011 111000

Color Harmonies of #7C5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5DBF

Black with #7C5DBF

Text Example


Text Example

White with #7C5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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