#7260BE

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

Shades of Blue Marguerite #7260BE

Tints of Blue Marguerite #7260BE

Color information

#7260BE (or 0x7260BE) is unknown color: approx Blue Marguerite. HEX triplet: 72, 60 and BE. RGB value is (114,96,190). Sum of RGB (Red+Green+Blue) = 114+96+190=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #7260BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7260BE is #8D9F41. Grayscale: #6F6F6F. Windows color (decimal): -9281346 or 12476530. OLE color: 12476530.

HSL color Cylindrical-coordinate representation of color #7260BE: hue angle of 251.49º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7260BE is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11496190-
CMYK0.400.4900.25
HSL251.49º41.96%56.08%-
HSV(B)251.49º49.47%74.51%-
XYZ20.4215.6650.66-
YUV112.1171.96129.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.5%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 190 (74.61% from 255) = 47.5%
R=28.5%
G=24%
B=47.5%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114961900.400.4900.25251.4941.9656.08
Hex7260BE2831019fb2a38
Octal16214027650610313735270
Binary111001011000001011111010100011000101100111111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7260BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,96,190); }

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

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

 a { background-color: rgb(114,96,190); }

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

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

 span { border-color: rgb(114,96,190); }

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