#735BBB

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

Shades of Blue Marguerite #735BBB

Tints of Blue Marguerite #735BBB

Color information

#735BBB (or 0x735BBB) is unknown color: approx Blue Marguerite. HEX triplet: 73, 5B and BB. RGB value is (115,91,187). Sum of RGB (Red+Green+Blue) = 115+91+187=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #735BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735BBB is #8CA444. Grayscale: #6C6C6C. Windows color (decimal): -9217093 or 12278643. OLE color: 12278643.

HSL color Cylindrical-coordinate representation of color #735BBB: hue angle of 255º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #735BBB is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11591187-
CMYK0.390.5100.27
HSL255º41.38%54.51%-
HSV(B)255º51.34%73.33%-
XYZ19.7814.7148.81-
YUV109.12171.95132.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 91 (35.94% from 255) = 23.16%
BLUE value IS 187 (73.44% from 255) = 47.58%
R=29.26%
G=23.16%
B=47.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal115911870.390.5100.2725541.3854.51
Hex735BBB273301Bff2937
Octal16313327347630333775167
Binary111001110110111011101110011111001101101111111111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735BBB; }

 p { color: rgb(115,91,187); }

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

<style>
 a { background-color: #735BBB; }

 a { background-color: rgb(115,91,187); }

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

<style>
 span { border-color: #735BBB; }

 span { border-color: rgb(115,91,187); }

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