Html Css Color HEX #715DB6 Blue Marguerite

📋 copy color: '#715DB6'

red 113 ◦ green 93 ◦ blue 182

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

Shades of Blue Marguerite #715DB6

Tints of Blue Marguerite #715DB6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.97%

 BLUE value IS 182 (71.48% from 255) = 46.91%

R = 29.12%
G = 23.97%
B = 46.91%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#715DB6 (or 0x715DB6) is known color: Blue Marguerite. HEX triplet: 71, 5D and B6. RGB value is (113,93,182). Sum of RGB (Red+Green+Blue) = 113+93+182=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 182 - color contains mainly: blue. Hex color #715DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DB6 is #8EA249. Grayscale: #6C6C6C. Windows color (decimal): -9347658 or 11951473. OLE color: 11951473.

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

Color convert

RGB 113 93 182 -
CMYK 0.38 0.49 0 0.29
HSL 253.48º 0.38% 0.54% -
HSV(B) 253.48º 0.49% 0.71% -
XYZ 19.17 14.72 46.09 -
YUV 109.13 169.13 130.76 -
System Red Green Blue C M Y K H S L
Decimal 113 93 182 0.38 0.49 0 0.29 253.48 0.38 0.54
Hex 71 5D B6 26 31 0 1D FD 26 36
Octal 161 135 266 46 61 0 35 375 46 66
Binary 1110001 1011101 10110110 100110 110001 0 11101 11111101 100110 110110

Color Harmonies of #715DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715DB6

Black with #715DB6

Text Example


Text Example

White with #715DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,93,182); }

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

background-color css

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

 a { background-color: rgb(113,93,182); }

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

border-color css

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

 span { border-color: rgb(113,93,182); }

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