#765FB8

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

Shades of Blue Marguerite #765FB8

Tints of Blue Marguerite #765FB8

Color information

#765FB8 (or 0x765FB8) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5F and B8. RGB value is (118,95,184). Sum of RGB (Red+Green+Blue) = 118+95+184=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 184 (72.27% from 255 or 46.35% from 397); Max value from RGB is 184 - color contains mainly: blue. Hex color #765FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765FB8 is #89A047. Grayscale: #6F6F6F. Windows color (decimal): -9019464 or 12083062. OLE color: 12083062.

HSL color Cylindrical-coordinate representation of color #765FB8: hue angle of 255.51º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #765FB8 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11895184-
CMYK0.360.4800.28
HSL255.51º38.53%54.71%-
HSV(B)255.51º48.37%72.16%-
XYZ20.2215.547.27-
YUV112.02168.62132.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 95 (37.5% from 255) = 23.93%
BLUE value IS 184 (72.27% from 255) = 46.35%
R=29.72%
G=23.93%
B=46.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118951840.360.4800.28255.5138.5354.71
Hex765FB8243001C1002737
Octal16613727044600344004767
Binary1110110101111110111000100100110000011100100000000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,95,184); }

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

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

 a { background-color: rgb(118,95,184); }

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

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

 span { border-color: rgb(118,95,184); }

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