#735FB1

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

Shades of Blue Marguerite #735FB1

Tints of Blue Marguerite #735FB1

Color information

#735FB1 (or 0x735FB1) is unknown color: approx Blue Marguerite. HEX triplet: 73, 5F and B1. RGB value is (115,95,177). Sum of RGB (Red+Green+Blue) = 115+95+177=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #735FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735FB1 is #8CA04E. Grayscale: #6E6E6E. Windows color (decimal): -9216079 or 11624307. OLE color: 11624307.

HSL color Cylindrical-coordinate representation of color #735FB1: hue angle of 254.63º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #735FB1 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11595177-
CMYK0.350.4600.31
HSL254.63º34.45%53.33%-
HSV(B)254.63º46.33%69.41%-
XYZ19.11543.48-
YUV110.33165.63131.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.72%
GREEN value IS 95 (37.5% from 255) = 24.55%
BLUE value IS 177 (69.53% from 255) = 45.74%
R=29.72%
G=24.55%
B=45.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115951770.350.4600.31254.6334.4553.33
Hex735FB1232E01Fff2235
Octal16313726143560373774265
Binary111001110111111011000110001110111001111111111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,95,177); }

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

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

 a { background-color: rgb(115,95,177); }

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

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

 span { border-color: rgb(115,95,177); }

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