#735AB9

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

Shades of Blue Marguerite #735AB9

Tints of Blue Marguerite #735AB9

Color information

#735AB9 (or 0x735AB9) is unknown color: approx Blue Marguerite. HEX triplet: 73, 5A and B9. RGB value is (115,90,185). Sum of RGB (Red+Green+Blue) = 115+90+185=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #735AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735AB9 is #8CA546. Grayscale: #6B6B6B. Windows color (decimal): -9217351 or 12147315. OLE color: 12147315.

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

Color convert

RGB11590185-
CMYK0.380.5100.27
HSL255.79º40.43%53.92%-
HSV(B)255.79º51.35%72.55%-
XYZ19.4814.4647.66-
YUV108.3171.28132.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.49%
GREEN value IS 90 (35.55% from 255) = 23.08%
BLUE value IS 185 (72.66% from 255) = 47.44%
R=29.49%
G=23.08%
B=47.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal115901850.380.5100.27255.7940.4353.92
Hex735AB9263301B1002836
Octal16313227146630334005066
Binary1110011101101010111001100110110011011011100000000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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