#7256b8

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

Shades of Blue Marguerite #7256B8

Tints of Blue Marguerite #7256B8

Color information

#7256B8 (or 0x7256B8) is unknown color: approx Blue Marguerite. HEX triplet: 72, 56 and B8. RGB value is (114,86,184). Sum of RGB (Red+Green+Blue) = 114+86+184=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 184 (72.27% from 255 or 47.92% from 384); Max value from RGB is 184 - color contains mainly: blue. Hex color #7256B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7256B8 is #8DA947. Grayscale: #696969. Windows color (decimal): -9283912 or 12080754. OLE color: 12080754.

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

Color convert

RGB11486184-
CMYK0.380.5300.28
HSL257.14º40.83%52.94%-
HSV(B)257.14º53.26%72.16%-
XYZ18.9213.6946.99-
YUV105.54172.28134.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.69%
GREEN value IS 86 (33.98% from 255) = 22.40%
BLUE value IS 184 (72.27% from 255) = 47.92%
R=29.69%
G=22.40%
B=47.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal114861840.380.5300.28257.1440.8352.94
Hex7256B8263501C1012935
Octal16212627046650344015165
Binary1110010101011010111000100110110101011100100000001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7256b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7256b8; }

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

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

<style>
 a { background-color: #7256b8; }

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

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

<style>
 span { border-color: #7256b8; }

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

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