Html Css Color HEX #7D5BC0 Blue Marguerite

📋 copy color: '#7D5BC0'

red 125 ◦ green 91 ◦ blue 192

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

Shades of Blue Marguerite #7D5BC0

Tints of Blue Marguerite #7D5BC0

RGB

 RED value IS 125 (49.22% from 255) = 30.64%

 GREEN value IS 91 (35.94% from 255) = 22.3%

 BLUE value IS 192 (75.39% from 255) = 47.06%

R = 30.64%
G = 22.3%
B = 47.06%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D5BC0 (or 0x7D5BC0) is known color: Blue Marguerite. HEX triplet: 7D, 5B and C0. RGB value is (125,91,192). Sum of RGB (Red+Green+Blue) = 125+91+192=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 192 - color contains mainly: blue. Hex color #7D5BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5BC0 is #82A43F. Grayscale: #707070. Windows color (decimal): -8561728 or 12606333. OLE color: 12606333.

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

Color convert

RGB 125 91 192 -
CMYK 0.35 0.53 0 0.25
HSL 260.2º 0.44% 0.55% -
HSV(B) 260.2º 0.53% 0.75% -
XYZ 21.71 15.65 51.75 -
YUV 112.68 172.76 136.79 -
System Red Green Blue C M Y K H S L
Decimal 125 91 192 0.35 0.53 0 0.25 260.2 0.44 0.55
Hex 7D 5B C0 23 35 0 19 104 2C 37
Octal 175 133 300 43 65 0 31 404 54 67
Binary 1111101 1011011 11000000 100011 110101 0 11001 100000100 101100 110111

Color Harmonies of #7D5BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5BC0

Black with #7D5BC0

Text Example


Text Example

White with #7D5BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,91,192); }

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

background-color css

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

 a { background-color: rgb(125,91,192); }

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

border-color css

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

 span { border-color: rgb(125,91,192); }

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