#715BB8

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

Shades of Blue Marguerite #715BB8

Tints of Blue Marguerite #715BB8

Color information

#715BB8 (or 0x715BB8) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5B and B8. RGB value is (113,91,184). Sum of RGB (Red+Green+Blue) = 113+91+184=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 184 (72.27% from 255 or 47.42% from 388); Max value from RGB is 184 - color contains mainly: blue. Hex color #715BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715BB8 is #8EA447. Grayscale: #6B6B6B. Windows color (decimal): -9348168 or 12082033. OLE color: 12082033.

HSL color Cylindrical-coordinate representation of color #715BB8: hue angle of 254.19º degrees, saturation: 0.4, 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 #715BB8 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11391184-
CMYK0.390.5100.28
HSL254.19º39.57%53.92%-
HSV(B)254.19º50.54%72.16%-
XYZ19.214.4547.13-
YUV108.18170.79131.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.12%
GREEN value IS 91 (35.94% from 255) = 23.45%
BLUE value IS 184 (72.27% from 255) = 47.42%
R=29.12%
G=23.45%
B=47.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal113911840.390.5100.28254.1939.5753.92
Hex715BB8273301Cfe2836
Octal16113327047630343765066
Binary111000110110111011100010011111001101110011111110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,91,184); }

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

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

 a { background-color: rgb(113,91,184); }

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

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

 span { border-color: rgb(113,91,184); }

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