Html Css Color HEX #715CB7 Blue Marguerite

📋 copy color: '#715CB7'

red 113 ◦ green 92 ◦ blue 183

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

Shades of Blue Marguerite #715CB7

Tints of Blue Marguerite #715CB7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.71%

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

R = 29.12%
G = 23.71%
B = 47.16%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#715CB7 (or 0x715CB7) is known color: Blue Marguerite. HEX triplet: 71, 5C and B7. RGB value is (113,92,183). Sum of RGB (Red+Green+Blue) = 113+92+183=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 183 - color contains mainly: blue. Hex color #715CB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CB7 is #8EA348. Grayscale: #6C6C6C. Windows color (decimal): -9347913 or 12016753. OLE color: 12016753.

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

Color convert

RGB 113 92 183 -
CMYK 0.38 0.50 0 0.28
HSL 253.85º 0.39% 0.54% -
HSV(B) 253.85º 0.5% 0.72% -
XYZ 19.18 14.58 46.6 -
YUV 108.65 169.96 131.1 -
System Red Green Blue C M Y K H S L
Decimal 113 92 183 0.38 0.50 0 0.28 253.85 0.39 0.54
Hex 71 5C B7 26 32 0 1C FE 27 36
Octal 161 134 267 46 62 0 34 376 47 66
Binary 1110001 1011100 10110111 100110 110010 0 11100 11111110 100111 110110

Color Harmonies of #715CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715CB7

Black with #715CB7

Text Example


Text Example

White with #715CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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