#745BBC

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

Shades of Blue Marguerite #745BBC

Tints of Blue Marguerite #745BBC

Color information

#745BBC (or 0x745BBC) is unknown color: approx Blue Marguerite. HEX triplet: 74, 5B and BC. RGB value is (116,91,188). Sum of RGB (Red+Green+Blue) = 116+91+188=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #745BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745BBC is #8BA443. Grayscale: #6D6D6D. Windows color (decimal): -9151556 or 12344180. OLE color: 12344180.

HSL color Cylindrical-coordinate representation of color #745BBC: hue angle of 255.46º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #745BBC is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11691188-
CMYK0.380.5200.26
HSL255.46º41.99%54.71%-
HSV(B)255.46º51.6%73.73%-
XYZ20.0214.8349.38-
YUV109.53172.28132.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.37%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 188 (73.83% from 255) = 47.59%
R=29.37%
G=23.04%
B=47.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116911880.380.5200.26255.4641.9954.71
Hex745BBC263401Aff2a37
Octal16413327446640323775267
Binary111010010110111011110010011011010001101011111111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745BBC; }

 p { color: rgb(116,91,188); }

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

<style>
 a { background-color: #745BBC; }

 a { background-color: rgb(116,91,188); }

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

<style>
 span { border-color: #745BBC; }

 span { border-color: rgb(116,91,188); }

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