#7552BC

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

Shades of Blue Marguerite #7552BC

Tints of Blue Marguerite #7552BC

Color information

#7552BC (or 0x7552BC) is unknown color: approx Blue Marguerite. HEX triplet: 75, 52 and BC. RGB value is (117,82,188). Sum of RGB (Red+Green+Blue) = 117+82+188=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #7552BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7552BC is #8AAD43. Grayscale: #686868. Windows color (decimal): -9088324 or 12341877. OLE color: 12341877.

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

Color convert

RGB11782188-
CMYK0.380.5600.26
HSL259.81º44.17%52.94%-
HSV(B)259.81º56.38%73.73%-
XYZ19.4313.4549.15-
YUV104.55175.1136.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.23%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 188 (73.83% from 255) = 48.58%
R=30.23%
G=21.19%
B=48.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117821880.380.5600.26259.8144.1752.94
Hex7552BC263801A1042c35
Octal16512227446700324045465
Binary1110101101001010111100100110111000011010100000100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7552BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7552BC; }

 p { color: rgb(117,82,188); }

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

<style>
 a { background-color: #7552BC; }

 a { background-color: rgb(117,82,188); }

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

<style>
 span { border-color: #7552BC; }

 span { border-color: rgb(117,82,188); }

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