#7257BD

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

Shades of Blue Marguerite #7257BD

Tints of Blue Marguerite #7257BD

Color information

#7257BD (or 0x7257BD) is unknown color: approx Blue Marguerite. HEX triplet: 72, 57 and BD. RGB value is (114,87,189). Sum of RGB (Red+Green+Blue) = 114+87+189=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #7257BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7257BD is #8DA842. Grayscale: #6A6A6A. Windows color (decimal): -9283651 or 12408690. OLE color: 12408690.

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

Color convert

RGB11487189-
CMYK0.400.5400.26
HSL255.88º43.59%54.12%-
HSV(B)255.88º53.97%74.12%-
XYZ19.5314.0749.83-
YUV106.7174.45133.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.23%
GREEN value IS 87 (34.38% from 255) = 22.31%
BLUE value IS 189 (74.22% from 255) = 48.46%
R=29.23%
G=22.31%
B=48.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal114871890.400.5400.26255.8843.5954.12
Hex7257BD283601A1002c36
Octal16212727550660324005466
Binary1110010101011110111101101000110110011010100000000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7257BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,87,189); }

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

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

 a { background-color: rgb(114,87,189); }

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

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

 span { border-color: rgb(114,87,189); }

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