Html Css Color HEX #715AB5 Blue Marguerite

📋 copy color: '#715AB5'

red 113 ◦ green 90 ◦ blue 181

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

Shades of Blue Marguerite #715AB5

Tints of Blue Marguerite #715AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.14%

R = 29.43%
G = 23.44%
B = 47.14%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#715AB5 (or 0x715AB5) is known color: Blue Marguerite. HEX triplet: 71, 5A and B5. RGB value is (113,90,181). Sum of RGB (Red+Green+Blue) = 113+90+181=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 181 (71.09% from 255 or 47.14% from 384); Max value from RGB is 181 - color contains mainly: blue. Hex color #715AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715AB5 is #8EA54A. Grayscale: #6A6A6A. Windows color (decimal): -9348427 or 11885169. OLE color: 11885169.

HSL color Cylindrical-coordinate representation of color #715AB5: hue angle of 255.16º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #715AB5 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 90 181 -
CMYK 0.38 0.50 0 0.29
HSL 255.16º 0.38% 0.53% -
HSV(B) 255.16º 0.5% 0.71% -
XYZ 18.81 14.16 45.46 -
YUV 107.25 169.62 132.1 -
System Red Green Blue C M Y K H S L
Decimal 113 90 181 0.38 0.50 0 0.29 255.16 0.38 0.53
Hex 71 5A B5 26 32 0 1D FF 26 35
Octal 161 132 265 46 62 0 35 377 46 65
Binary 1110001 1011010 10110101 100110 110010 0 11101 11111111 100110 110101

Color Harmonies of #715AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715AB5

Black with #715AB5

Text Example


Text Example

White with #715AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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