Html Css Color HEX #7D57B8 Blue Marguerite

📋 copy color: '#7D57B8'

red 125 ◦ green 87 ◦ blue 184

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

Shades of Blue Marguerite #7D57B8

Tints of Blue Marguerite #7D57B8

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.97%

 BLUE value IS 184 (72.27% from 255) = 46.46%

R = 31.57%
G = 21.97%
B = 46.46%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7D57B8 (or 0x7D57B8) is known color: Blue Marguerite. HEX triplet: 7D, 57 and B8. RGB value is (125,87,184). Sum of RGB (Red+Green+Blue) = 125+87+184=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 184 (72.27% from 255 or 46.46% from 396); Max value from RGB is 184 - color contains mainly: blue. Hex color #7D57B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D57B8 is #82A847. Grayscale: #6D6D6D. Windows color (decimal): -8562760 or 12081021. OLE color: 12081021.

HSL color Cylindrical-coordinate representation of color #7D57B8: hue angle of 263.51º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D57B8 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 87 184 -
CMYK 0.32 0.53 0 0.28
HSL 263.51º 0.41% 0.53% -
HSV(B) 263.51º 0.53% 0.72% -
XYZ 20.52 14.64 47.09 -
YUV 109.42 170.09 139.11 -
System Red Green Blue C M Y K H S L
Decimal 125 87 184 0.32 0.53 0 0.28 263.51 0.41 0.53
Hex 7D 57 B8 20 35 0 1C 108 29 35
Octal 175 127 270 40 65 0 34 410 51 65
Binary 1111101 1010111 10111000 100000 110101 0 11100 100001000 101001 110101

Color Harmonies of #7D57B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D57B8

Black with #7D57B8

Text Example


Text Example

White with #7D57B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,87,184); }

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

background-color css

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

 a { background-color: rgb(125,87,184); }

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

border-color css

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

 span { border-color: rgb(125,87,184); }

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