Html Css Color HEX #7C5DB5 Blue Marguerite

📋 copy color: '#7C5DB5'

red 124 ◦ green 93 ◦ blue 181

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

Shades of Blue Marguerite #7C5DB5

Tints of Blue Marguerite #7C5DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.48%

R = 31.16%
G = 23.37%
B = 45.48%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7C5DB5 (or 0x7C5DB5) is known color: Blue Marguerite. HEX triplet: 7C, 5D and B5. RGB value is (124,93,181). Sum of RGB (Red+Green+Blue) = 124+93+181=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 181 - color contains mainly: blue. Hex color #7C5DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5DB5 is #83A24A. Grayscale: #6F6F6F. Windows color (decimal): -8626763 or 11885948. OLE color: 11885948.

HSL color Cylindrical-coordinate representation of color #7C5DB5: hue angle of 261.14º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C5DB5 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 93 181 -
CMYK 0.31 0.49 0 0.29
HSL 261.14º 0.37% 0.54% -
HSV(B) 261.14º 0.49% 0.71% -
XYZ 20.57 15.45 45.61 -
YUV 112.3 166.77 136.34 -
System Red Green Blue C M Y K H S L
Decimal 124 93 181 0.31 0.49 0 0.29 261.14 0.37 0.54
Hex 7C 5D B5 1F 31 0 1D 105 25 36
Octal 174 135 265 37 61 0 35 405 45 66
Binary 1111100 1011101 10110101 11111 110001 0 11101 100000101 100101 110110

Color Harmonies of #7C5DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5DB5

Black with #7C5DB5

Text Example


Text Example

White with #7C5DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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