Html Css Color HEX #715AAE Blue Marguerite

📋 copy color: '#715AAE'

red 113 ◦ green 90 ◦ blue 174

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

Shades of Blue Marguerite #715AAE

Tints of Blue Marguerite #715AAE

RGB

 RED value IS 113 (44.53% from 255) = 29.97%

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

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

R = 29.97%
G = 23.87%
B = 46.15%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#715AAE (or 0x715AAE) is known color: Blue Marguerite. HEX triplet: 71, 5A and AE. RGB value is (113,90,174). Sum of RGB (Red+Green+Blue) = 113+90+174=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #715AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715AAE is #8EA551. Grayscale: #6A6A6A. Windows color (decimal): -9348434 or 11426417. OLE color: 11426417.

HSL color Cylindrical-coordinate representation of color #715AAE: hue angle of 256.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #715AAE is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 90 174 -
CMYK 0.35 0.48 0 0.32
HSL 256.43º 0.34% 0.52% -
HSV(B) 256.43º 0.48% 0.68% -
XYZ 18.11 13.88 41.77 -
YUV 106.45 166.12 132.67 -
System Red Green Blue C M Y K H S L
Decimal 113 90 174 0.35 0.48 0 0.32 256.43 0.34 0.52
Hex 71 5A AE 23 30 0 20 100 22 34
Octal 161 132 256 43 60 0 40 400 42 64
Binary 1110001 1011010 10101110 100011 110000 0 100000 100000000 100010 110100

Color Harmonies of #715AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715AAE

Black with #715AAE

Text Example


Text Example

White with #715AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715AAE; }

 p { color: rgb(113,90,174); }

 H1.HeaderClassName
 {
   color: #715AAE;
 }
 .AnyTagClassName
 {
   color: #715AAE;
 }
</style>

background-color css

<style>
 a { background-color: #715AAE; }

 a { background-color: rgb(113,90,174); }

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

border-color css

<style>
 span { border-color: #715AAE; }

 span { border-color: rgb(113,90,174); }

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