Html Css Color HEX #7D58BC Blue Marguerite

📋 copy color: '#7D58BC'

red 125 ◦ green 88 ◦ blue 188

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

Shades of Blue Marguerite #7D58BC

Tints of Blue Marguerite #7D58BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.88%

R = 31.17%
G = 21.95%
B = 46.88%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D58BC (or 0x7D58BC) is known color: Blue Marguerite. HEX triplet: 7D, 58 and BC. RGB value is (125,88,188). Sum of RGB (Red+Green+Blue) = 125+88+188=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D58BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D58BC is #82A743. Grayscale: #6E6E6E. Windows color (decimal): -8562500 or 12343421. OLE color: 12343421.

HSL color Cylindrical-coordinate representation of color #7D58BC: hue angle of 262.2º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D58BC is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 88 188 -
CMYK 0.34 0.53 0 0.26
HSL 262.2º 0.43% 0.54% -
HSV(B) 262.2º 0.53% 0.74% -
XYZ 21.02 14.97 49.36 -
YUV 110.46 171.76 138.37 -
System Red Green Blue C M Y K H S L
Decimal 125 88 188 0.34 0.53 0 0.26 262.2 0.43 0.54
Hex 7D 58 BC 22 35 0 1A 106 2B 36
Octal 175 130 274 42 65 0 32 406 53 66
Binary 1111101 1011000 10111100 100010 110101 0 11010 100000110 101011 110110

Color Harmonies of #7D58BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D58BC

Black with #7D58BC

Text Example


Text Example

White with #7D58BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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