#7458BD

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

Shades of Blue Marguerite #7458BD

Tints of Blue Marguerite #7458BD

Color information

#7458BD (or 0x7458BD) is unknown color: approx Blue Marguerite. HEX triplet: 74, 58 and BD. RGB value is (116,88,189). Sum of RGB (Red+Green+Blue) = 116+88+189=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #7458BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7458BD is #8BA742. Grayscale: #6B6B6B. Windows color (decimal): -9152323 or 12408948. OLE color: 12408948.

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

Color convert

RGB11688189-
CMYK0.390.5300.26
HSL256.63º43.35%54.31%-
HSV(B)256.63º53.44%74.12%-
XYZ19.8814.3749.87-
YUV107.89173.78133.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.52%
GREEN value IS 88 (34.77% from 255) = 22.39%
BLUE value IS 189 (74.22% from 255) = 48.09%
R=29.52%
G=22.39%
B=48.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116881890.390.5300.26256.6343.3554.31
Hex7458BD273501A1012b36
Octal16413027547650324015366
Binary1110100101100010111101100111110101011010100000001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7458BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,88,189); }

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

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

 a { background-color: rgb(116,88,189); }

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

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

 span { border-color: rgb(116,88,189); }

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