Html Css Color HEX #7A5DAE Blue Marguerite

📋 copy color: '#7A5DAE'

red 122 ◦ green 93 ◦ blue 174

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

Shades of Blue Marguerite #7A5DAE

Tints of Blue Marguerite #7A5DAE

RGB

 RED value IS 122 (48.05% from 255) = 31.36%

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

 BLUE value IS 174 (68.36% from 255) = 44.73%

R = 31.36%
G = 23.91%
B = 44.73%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7A5DAE (or 0x7A5DAE) is known color: Blue Marguerite. HEX triplet: 7A, 5D and AE. RGB value is (122,93,174). Sum of RGB (Red+Green+Blue) = 122+93+174=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A5DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5DAE is #85A251. Grayscale: #6E6E6E. Windows color (decimal): -8757842 or 11427194. OLE color: 11427194.

HSL color Cylindrical-coordinate representation of color #7A5DAE: hue angle of 261.48º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A5DAE is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 93 174 -
CMYK 0.30 0.47 0 0.32
HSL 261.48º 0.33% 0.52% -
HSV(B) 261.48º 0.47% 0.68% -
XYZ 19.58 15.02 41.91 -
YUV 110.91 163.61 135.91 -
System Red Green Blue C M Y K H S L
Decimal 122 93 174 0.30 0.47 0 0.32 261.48 0.33 0.52
Hex 7A 5D AE 1E 2F 0 20 105 21 34
Octal 172 135 256 36 57 0 40 405 41 64
Binary 1111010 1011101 10101110 11110 101111 0 100000 100000101 100001 110100

Color Harmonies of #7A5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5DAE

Black with #7A5DAE

Text Example


Text Example

White with #7A5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,93,174); }

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

background-color css

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

 a { background-color: rgb(122,93,174); }

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

border-color css

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

 span { border-color: rgb(122,93,174); }

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