#7258AD

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

Shades of Blue Marguerite #7258AD

Tints of Blue Marguerite #7258AD

Color information

#7258AD (or 0x7258AD) is unknown color: approx Blue Marguerite. HEX triplet: 72, 58 and AD. RGB value is (114,88,173). Sum of RGB (Red+Green+Blue) = 114+88+173=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #7258AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7258AD is #8DA752. Grayscale: #696969. Windows color (decimal): -9283411 or 11360370. OLE color: 11360370.

HSL color Cylindrical-coordinate representation of color #7258AD: hue angle of 258.35º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7258AD is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11488173-
CMYK0.340.4900.32
HSL258.35º34.14%51.18%-
HSV(B)258.35º49.13%67.84%-
XYZ17.9713.5741.21-
YUV105.46166.11134.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=30.4%
G=23.47%
B=46.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114881730.340.4900.32258.3534.1451.18
Hex7258AD22310201022233
Octal16213025542610404024263
Binary11100101011000101011011000101100010100000100000010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7258AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7258AD; }

 p { color: rgb(114,88,173); }

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

<style>
 a { background-color: #7258AD; }

 a { background-color: rgb(114,88,173); }

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

<style>
 span { border-color: #7258AD; }

 span { border-color: rgb(114,88,173); }

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