Html Css Color HEX #715EAF Blue Marguerite

📋 copy color: '#715EAF'

red 113 ◦ green 94 ◦ blue 175

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

Shades of Blue Marguerite #715EAF

Tints of Blue Marguerite #715EAF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.61%

 BLUE value IS 175 (68.75% from 255) = 45.81%

R = 29.58%
G = 24.61%
B = 45.81%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#715EAF (or 0x715EAF) is known color: Blue Marguerite. HEX triplet: 71, 5E and AF. RGB value is (113,94,175). Sum of RGB (Red+Green+Blue) = 113+94+175=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #715EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715EAF is #8EA150. Grayscale: #6C6C6C. Windows color (decimal): -9347409 or 11492977. OLE color: 11492977.

HSL color Cylindrical-coordinate representation of color #715EAF: hue angle of 254.07º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #715EAF is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 94 175 -
CMYK 0.35 0.46 0 0.31
HSL 254.07º 0.34% 0.53% -
HSV(B) 254.07º 0.46% 0.69% -
XYZ 18.55 14.61 42.4 -
YUV 108.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 113 94 175 0.35 0.46 0 0.31 254.07 0.34 0.53
Hex 71 5E AF 23 2E 0 1F FE 22 35
Octal 161 136 257 43 56 0 37 376 42 65
Binary 1110001 1011110 10101111 100011 101110 0 11111 11111110 100010 110101

Color Harmonies of #715EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715EAF

Black with #715EAF

Text Example


Text Example

White with #715EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,94,175); }

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

background-color css

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

 a { background-color: rgb(113,94,175); }

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

border-color css

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

 span { border-color: rgb(113,94,175); }

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