#765BB1

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

Shades of Blue Marguerite #765BB1

Tints of Blue Marguerite #765BB1

Color information

#765BB1 (or 0x765BB1) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5B and B1. RGB value is (118,91,177). Sum of RGB (Red+Green+Blue) = 118+91+177=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #765BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765BB1 is #89A44E. Grayscale: #6C6C6C. Windows color (decimal): -9020495 or 11623286. OLE color: 11623286.

HSL color Cylindrical-coordinate representation of color #765BB1: hue angle of 258.84º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #765BB1 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11891177-
CMYK0.330.4900.31
HSL258.84º35.54%52.55%-
HSV(B)258.84º48.59%69.41%-
XYZ19.1514.5143.39-
YUV108.88166.45134.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.57%
GREEN value IS 91 (35.94% from 255) = 23.58%
BLUE value IS 177 (69.53% from 255) = 45.85%
R=30.57%
G=23.58%
B=45.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118911770.330.4900.31258.8435.5452.55
Hex765BB1213101F1032435
Octal16613326141610374034465
Binary1110110101101110110001100001110001011111100000011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765BB1; }

 p { color: rgb(118,91,177); }

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

<style>
 a { background-color: #765BB1; }

 a { background-color: rgb(118,91,177); }

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

<style>
 span { border-color: #765BB1; }

 span { border-color: rgb(118,91,177); }

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