#7258B8

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

Shades of Blue Marguerite #7258B8

Tints of Blue Marguerite #7258B8

Color information

#7258B8 (or 0x7258B8) is unknown color: approx Blue Marguerite. HEX triplet: 72, 58 and B8. RGB value is (114,88,184). Sum of RGB (Red+Green+Blue) = 114+88+184=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 184 (72.27% from 255 or 47.67% from 386); Max value from RGB is 184 - color contains mainly: blue. Hex color #7258B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7258B8 is #8DA747. Grayscale: #6A6A6A. Windows color (decimal): -9283400 or 12081266. OLE color: 12081266.

HSL color Cylindrical-coordinate representation of color #7258B8: hue angle of 256.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7258B8 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11488184-
CMYK0.380.5200.28
HSL256.25º40.34%53.33%-
HSV(B)256.25º52.17%72.16%-
XYZ19.0814.0247.05-
YUV106.72171.61133.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 88 (34.77% from 255) = 22.80%
BLUE value IS 184 (72.27% from 255) = 47.67%
R=29.53%
G=22.80%
B=47.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal114881840.380.5200.28256.2540.3453.33
Hex7258B8263401C1002835
Octal16213027046640344005065
Binary1110010101100010111000100110110100011100100000000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7258B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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