#735AAB

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

Shades of Blue Marguerite #735AAB

Tints of Blue Marguerite #735AAB

Color information

#735AAB (or 0x735AAB) is unknown color: approx Blue Marguerite. HEX triplet: 73, 5A and AB. RGB value is (115,90,171). Sum of RGB (Red+Green+Blue) = 115+90+171=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #735AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735AAB is #8CA554. Grayscale: #6A6A6A. Windows color (decimal): -9217365 or 11229811. OLE color: 11229811.

HSL color Cylindrical-coordinate representation of color #735AAB: hue angle of 258.52º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #735AAB is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11590171-
CMYK0.330.4700.33
HSL258.52º32.53%51.18%-
HSV(B)258.52º47.37%67.06%-
XYZ18.0813.940.26-
YUV106.71164.28133.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=30.59%
G=23.94%
B=45.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115901710.330.4700.33258.5232.5351.18
Hex735AAB212F0211032133
Octal16313225341570414034163
Binary11100111011010101010111000011011110100001100000011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,90,171); }

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

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

 a { background-color: rgb(115,90,171); }

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

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

 span { border-color: rgb(115,90,171); }

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