#7558BD

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

Shades of Blue Marguerite #7558BD

Tints of Blue Marguerite #7558BD

Color information

#7558BD (or 0x7558BD) is unknown color: approx Blue Marguerite. HEX triplet: 75, 58 and BD. RGB value is (117,88,189). Sum of RGB (Red+Green+Blue) = 117+88+189=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #7558BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7558BD is #8AA742. Grayscale: #6B6B6B. Windows color (decimal): -9086787 or 12408949. OLE color: 12408949.

HSL color Cylindrical-coordinate representation of color #7558BD: hue angle of 257.23º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7558BD is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11788189-
CMYK0.380.5300.26
HSL257.23º43.35%54.31%-
HSV(B)257.23º53.44%74.12%-
XYZ20.0114.4449.88-
YUV108.18173.61134.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 189 (74.22% from 255) = 47.97%
R=29.70%
G=22.34%
B=47.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117881890.380.5300.26257.2343.3554.31
Hex7558BD263501A1012b36
Octal16513027546650324015366
Binary1110101101100010111101100110110101011010100000001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7558BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7558BD; }

 p { color: rgb(117,88,189); }

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

<style>
 a { background-color: #7558BD; }

 a { background-color: rgb(117,88,189); }

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

<style>
 span { border-color: #7558BD; }

 span { border-color: rgb(117,88,189); }

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