Html Css Color HEX #7D58BE Blue Marguerite

📋 copy color: '#7D58BE'

red 125 ◦ green 88 ◦ blue 190

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

Shades of Blue Marguerite #7D58BE

Tints of Blue Marguerite #7D58BE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.84%

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 31.02%
G = 21.84%
B = 47.15%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D58BE (or 0x7D58BE) is known color: Blue Marguerite. HEX triplet: 7D, 58 and BE. RGB value is (125,88,190). Sum of RGB (Red+Green+Blue) = 125+88+190=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D58BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D58BE is #82A741. Grayscale: #6E6E6E. Windows color (decimal): -8562498 or 12474493. OLE color: 12474493.

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

Color convert

RGB 125 88 190 -
CMYK 0.34 0.54 0 0.25
HSL 261.76º 0.44% 0.55% -
HSV(B) 261.76º 0.54% 0.75% -
XYZ 21.24 15.06 50.5 -
YUV 110.69 172.76 138.21 -
System Red Green Blue C M Y K H S L
Decimal 125 88 190 0.34 0.54 0 0.25 261.76 0.44 0.55
Hex 7D 58 BE 22 36 0 19 106 2C 37
Octal 175 130 276 42 66 0 31 406 54 67
Binary 1111101 1011000 10111110 100010 110110 0 11001 100000110 101100 110111

Color Harmonies of #7D58BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D58BE

Black with #7D58BE

Text Example


Text Example

White with #7D58BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,88,190); }

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

background-color css

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

 a { background-color: rgb(125,88,190); }

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

border-color css

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

 span { border-color: rgb(125,88,190); }

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