#765FBA

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

Shades of Blue Marguerite #765FBA

Tints of Blue Marguerite #765FBA

Color information

#765FBA (or 0x765FBA) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5F and BA. RGB value is (118,95,186). Sum of RGB (Red+Green+Blue) = 118+95+186=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #765FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765FBA is #89A045. Grayscale: #6F6F6F. Windows color (decimal): -9019462 or 12214134. OLE color: 12214134.

HSL color Cylindrical-coordinate representation of color #765FBA: hue angle of 255.16º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #765FBA is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11895186-
CMYK0.370.4900.27
HSL255.16º39.74%55.1%-
HSV(B)255.16º48.92%72.94%-
XYZ20.4315.5848.39-
YUV112.25169.62132.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.57%
GREEN value IS 95 (37.5% from 255) = 23.81%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=29.57%
G=23.81%
B=46.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118951860.370.4900.27255.1639.7455.1
Hex765FBA253101Bff2837
Octal16613727245610333775067
Binary111011010111111011101010010111000101101111111111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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