Html Css Color HEX #7D5DB4 Blue Marguerite

📋 copy color: '#7D5DB4'

red 125 ◦ green 93 ◦ blue 180

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

Shades of Blue Marguerite #7D5DB4

Tints of Blue Marguerite #7D5DB4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.37%

 BLUE value IS 180 (70.7% from 255) = 45.23%

R = 31.41%
G = 23.37%
B = 45.23%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7D5DB4 (or 0x7D5DB4) is known color: Blue Marguerite. HEX triplet: 7D, 5D and B4. RGB value is (125,93,180). Sum of RGB (Red+Green+Blue) = 125+93+180=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #7D5DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5DB4 is #82A24B. Grayscale: #707070. Windows color (decimal): -8561228 or 11820413. OLE color: 11820413.

HSL color Cylindrical-coordinate representation of color #7D5DB4: hue angle of 262.07º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D5DB4 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 93 180 -
CMYK 0.31 0.48 0 0.29
HSL 262.07º 0.37% 0.54% -
HSV(B) 262.07º 0.48% 0.71% -
XYZ 20.61 15.48 45.08 -
YUV 112.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 125 93 180 0.31 0.48 0 0.29 262.07 0.37 0.54
Hex 7D 5D B4 1F 30 0 1D 106 25 36
Octal 175 135 264 37 60 0 35 406 45 66
Binary 1111101 1011101 10110100 11111 110000 0 11101 100000110 100101 110110

Color Harmonies of #7D5DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5DB4

Black with #7D5DB4

Text Example


Text Example

White with #7D5DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,93,180); }

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

background-color css

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

 a { background-color: rgb(125,93,180); }

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

border-color css

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

 span { border-color: rgb(125,93,180); }

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