#7550BE

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

Shades of Blue Marguerite #7550BE

Tints of Blue Marguerite #7550BE

Color information

#7550BE (or 0x7550BE) is unknown color: approx Blue Marguerite. HEX triplet: 75, 50 and BE. RGB value is (117,80,190). Sum of RGB (Red+Green+Blue) = 117+80+190=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #7550BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7550BE is #8AAF41. Grayscale: #676767. Windows color (decimal): -9088834 or 12472437. OLE color: 12472437.

HSL color Cylindrical-coordinate representation of color #7550BE: hue angle of 260.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7550BE is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11780190-
CMYK0.380.5800.25
HSL260.18º45.83%52.94%-
HSV(B)260.18º57.89%74.51%-
XYZ19.513.2450.24-
YUV103.6176.76137.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.23%
GREEN value IS 80 (31.64% from 255) = 20.67%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=30.23%
G=20.67%
B=49.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117801900.380.5800.25260.1845.8352.94
Hex7550BE263A0191042e35
Octal16512027646720314045665
Binary1110101101000010111110100110111010011001100000100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7550BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7550BE; }

 p { color: rgb(117,80,190); }

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

<style>
 a { background-color: #7550BE; }

 a { background-color: rgb(117,80,190); }

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

<style>
 span { border-color: #7550BE; }

 span { border-color: rgb(117,80,190); }

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