#7767BE

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

Shades of Blue Marguerite #7767BE

Tints of Blue Marguerite #7767BE

Color information

#7767BE (or 0x7767BE) is unknown color: approx Blue Marguerite. HEX triplet: 77, 67 and BE. RGB value is (119,103,190). Sum of RGB (Red+Green+Blue) = 119+103+190=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #7767BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7767BE is #889841. Grayscale: #757575. Windows color (decimal): -8951874 or 12478327. OLE color: 12478327.

HSL color Cylindrical-coordinate representation of color #7767BE: hue angle of 251.03º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7767BE is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119103190-
CMYK0.370.4600.25
HSL251.03º40.09%57.45%-
HSV(B)251.03º45.79%74.51%-
XYZ21.7517.3450.92-
YUV117.7168.8128.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.88%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=28.88%
G=25%
B=46.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191031900.370.4600.25251.0340.0957.45
Hex7767BE252E019fb2839
Octal16714727645560313735071
Binary111011111001111011111010010110111001100111111011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7767BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7767BE; }

 p { color: rgb(119,103,190); }

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

<style>
 a { background-color: #7767BE; }

 a { background-color: rgb(119,103,190); }

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

<style>
 span { border-color: #7767BE; }

 span { border-color: rgb(119,103,190); }

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