Html Css Color HEX #7D5ABC Blue Marguerite

📋 copy color: '#7D5ABC'

red 125 ◦ green 90 ◦ blue 188

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

Shades of Blue Marguerite #7D5ABC

Tints of Blue Marguerite #7D5ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.33%

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

R = 31.02%
G = 22.33%
B = 46.65%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D5ABC (or 0x7D5ABC) is known color: Blue Marguerite. HEX triplet: 7D, 5A and BC. RGB value is (125,90,188). Sum of RGB (Red+Green+Blue) = 125+90+188=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D5ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5ABC is #82A543. Grayscale: #6F6F6F. Windows color (decimal): -8561988 or 12343933. OLE color: 12343933.

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

Color convert

RGB 125 90 188 -
CMYK 0.34 0.52 0 0.26
HSL 261.43º 0.42% 0.55% -
HSV(B) 261.43º 0.52% 0.74% -
XYZ 21.19 15.3 49.41 -
YUV 111.64 171.1 137.53 -
System Red Green Blue C M Y K H S L
Decimal 125 90 188 0.34 0.52 0 0.26 261.43 0.42 0.55
Hex 7D 5A BC 22 34 0 1A 105 2A 37
Octal 175 132 274 42 64 0 32 405 52 67
Binary 1111101 1011010 10111100 100010 110100 0 11010 100000101 101010 110111

Color Harmonies of #7D5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5ABC

Black with #7D5ABC

Text Example


Text Example

White with #7D5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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