#766CB6

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

Shades of Blue Marguerite #766CB6

Tints of Blue Marguerite #766CB6

Color information

#766CB6 (or 0x766CB6) is unknown color: approx Blue Marguerite. HEX triplet: 76, 6C and B6. RGB value is (118,108,182). Sum of RGB (Red+Green+Blue) = 118+108+182=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 182 - color contains mainly: blue. Hex color #766CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CB6 is #899349. Grayscale: #777777. Windows color (decimal): -9016138 or 11955318. OLE color: 11955318.

HSL color Cylindrical-coordinate representation of color #766CB6: hue angle of 248.11º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #766CB6 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB118108182-
CMYK0.350.4100.29
HSL248.11º33.64%56.86%-
HSV(B)248.11º40.66%71.37%-
XYZ21.2817.9546.6-
YUV119.43163.31126.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.92%
GREEN value IS 108 (42.58% from 255) = 26.47%
BLUE value IS 182 (71.48% from 255) = 44.61%
R=28.92%
G=26.47%
B=44.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181081820.350.4100.29248.1133.6456.86
Hex766CB6232901Df82239
Octal16615426643510353704271
Binary111011011011001011011010001110100101110111111000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766CB6; }

 p { color: rgb(118,108,182); }

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

<style>
 a { background-color: #766CB6; }

 a { background-color: rgb(118,108,182); }

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

<style>
 span { border-color: #766CB6; }

 span { border-color: rgb(118,108,182); }

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