#715DBD

Color #715DBD Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #715DBD

Tints of Blue Marguerite #715DBD

Color information

#715DBD (or 0x715DBD) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5D and BD. RGB value is (113,93,189). Sum of RGB (Red+Green+Blue) = 113+93+189=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #715DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DBD is #8EA242. Grayscale: #6D6D6D. Windows color (decimal): -9347651 or 12410225. OLE color: 12410225.

HSL color Cylindrical-coordinate representation of color #715DBD: hue angle of 252.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #715DBD is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11393189-
CMYK0.400.5100.26
HSL252.5º42.11%55.29%-
HSV(B)252.5º50.79%74.12%-
XYZ19.9115.0149.99-
YUV109.92172.63130.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.61%
GREEN value IS 93 (36.72% from 255) = 23.54%
BLUE value IS 189 (74.22% from 255) = 47.85%
R=28.61%
G=23.54%
B=47.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113931890.400.5100.26252.542.1155.29
Hex715DBD283301Afc2a37
Octal16113527550630323745267
Binary111000110111011011110110100011001101101011111100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #715DBD;
 }
 .AnyTagClassName
 {
   color: #715DBD;
 }
</style>
background-color css

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

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

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

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

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

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