Html Css Color HEX #7D50BF Blue Marguerite

📋 copy color: '#7D50BF'

red 125 ◦ green 80 ◦ blue 191

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

Shades of Blue Marguerite #7D50BF

Tints of Blue Marguerite #7D50BF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.2%

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

R = 31.57%
G = 20.2%
B = 48.23%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D50BF (or 0x7D50BF) is known color: Blue Marguerite. HEX triplet: 7D, 50 and BF. RGB value is (125,80,191). Sum of RGB (Red+Green+Blue) = 125+80+191=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D50BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D50BF is #82AF40. Grayscale: #696969. Windows color (decimal): -8564545 or 12537981. OLE color: 12537981.

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

Color convert

RGB 125 80 191 -
CMYK 0.35 0.58 0 0.25
HSL 264.32º 0.46% 0.53% -
HSV(B) 264.32º 0.58% 0.75% -
XYZ 20.73 13.86 50.87 -
YUV 106.11 175.91 141.47 -
System Red Green Blue C M Y K H S L
Decimal 125 80 191 0.35 0.58 0 0.25 264.32 0.46 0.53
Hex 7D 50 BF 23 3A 0 19 108 2E 35
Octal 175 120 277 43 72 0 31 410 56 65
Binary 1111101 1010000 10111111 100011 111010 0 11001 100001000 101110 110101

Color Harmonies of #7D50BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D50BF

Black with #7D50BF

Text Example


Text Example

White with #7D50BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,80,191); }

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

background-color css

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

 a { background-color: rgb(125,80,191); }

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

border-color css

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

 span { border-color: rgb(125,80,191); }

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