Html Css Color HEX #715AB7 Blue Marguerite

📋 copy color: '#715AB7'

red 113 ◦ green 90 ◦ blue 183

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

Shades of Blue Marguerite #715AB7

Tints of Blue Marguerite #715AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.41%

R = 29.27%
G = 23.32%
B = 47.41%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#715AB7 (or 0x715AB7) is known color: Blue Marguerite. HEX triplet: 71, 5A and B7. RGB value is (113,90,183). Sum of RGB (Red+Green+Blue) = 113+90+183=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #715AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715AB7 is #8EA548. Grayscale: #6B6B6B. Windows color (decimal): -9348425 or 12016241. OLE color: 12016241.

HSL color Cylindrical-coordinate representation of color #715AB7: hue angle of 254.84º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #715AB7 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 90 183 -
CMYK 0.38 0.51 0 0.28
HSL 254.84º 0.39% 0.54% -
HSV(B) 254.84º 0.51% 0.72% -
XYZ 19.01 14.24 46.55 -
YUV 107.48 170.62 131.94 -
System Red Green Blue C M Y K H S L
Decimal 113 90 183 0.38 0.51 0 0.28 254.84 0.39 0.54
Hex 71 5A B7 26 33 0 1C FF 27 36
Octal 161 132 267 46 63 0 34 377 47 66
Binary 1110001 1011010 10110111 100110 110011 0 11100 11111111 100111 110110

Color Harmonies of #715AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715AB7

Black with #715AB7

Text Example


Text Example

White with #715AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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