#765CBE

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

Shades of Blue Marguerite #765CBE

Tints of Blue Marguerite #765CBE

Color information

#765CBE (or 0x765CBE) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5C and BE. RGB value is (118,92,190). Sum of RGB (Red+Green+Blue) = 118+92+190=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #765CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765CBE is #89A341. Grayscale: #6E6E6E. Windows color (decimal): -9020226 or 12475510. OLE color: 12475510.

HSL color Cylindrical-coordinate representation of color #765CBE: hue angle of 255.92º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #765CBE is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11892190-
CMYK0.380.5200.25
HSL255.92º42.98%55.29%-
HSV(B)255.92º51.58%74.51%-
XYZ20.5915.2250.57-
YUV110.95172.61133.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 92 (36.33% from 255) = 23%
BLUE value IS 190 (74.61% from 255) = 47.5%
R=29.5%
G=23%
B=47.5%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118921900.380.5200.25255.9242.9855.29
Hex765CBE26340191002b37
Octal16613427646640314005367
Binary1110110101110010111110100110110100011001100000000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,92,190); }

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

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

 a { background-color: rgb(118,92,190); }

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

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

 span { border-color: rgb(118,92,190); }

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