Html Css Color HEX #7D54BE Blue Marguerite

📋 copy color: '#7D54BE'

red 125 ◦ green 84 ◦ blue 190

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

Shades of Blue Marguerite #7D54BE

Tints of Blue Marguerite #7D54BE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.05%

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

R = 31.33%
G = 21.05%
B = 47.62%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D54BE (or 0x7D54BE) is known color: Blue Marguerite. HEX triplet: 7D, 54 and BE. RGB value is (125,84,190). Sum of RGB (Red+Green+Blue) = 125+84+190=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D54BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D54BE is #82AB41. Grayscale: #6B6B6B. Windows color (decimal): -8563522 or 12473469. OLE color: 12473469.

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

Color convert

RGB 125 84 190 -
CMYK 0.34 0.56 0 0.25
HSL 263.21º 0.45% 0.54% -
HSV(B) 263.21º 0.56% 0.75% -
XYZ 20.92 14.42 50.4 -
YUV 108.34 174.08 139.88 -
System Red Green Blue C M Y K H S L
Decimal 125 84 190 0.34 0.56 0 0.25 263.21 0.45 0.54
Hex 7D 54 BE 22 38 0 19 107 2D 36
Octal 175 124 276 42 70 0 31 407 55 66
Binary 1111101 1010100 10111110 100010 111000 0 11001 100000111 101101 110110

Color Harmonies of #7D54BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D54BE

Black with #7D54BE

Text Example


Text Example

White with #7D54BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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