#7754BF

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

Shades of Blue Marguerite #7754BF

Tints of Blue Marguerite #7754BF

Color information

#7754BF (or 0x7754BF) is unknown color: approx Blue Marguerite. HEX triplet: 77, 54 and BF. RGB value is (119,84,191). Sum of RGB (Red+Green+Blue) = 119+84+191=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #7754BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7754BF is #88AB40. Grayscale: #6A6A6A. Windows color (decimal): -8956737 or 12538999. OLE color: 12538999.

HSL color Cylindrical-coordinate representation of color #7754BF: hue angle of 259.63º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7754BF is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11984191-
CMYK0.380.5600.25
HSL259.63º45.53%53.92%-
HSV(B)259.63º56.02%74.9%-
XYZ20.1814.0250.93-
YUV106.66175.6136.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 84 (33.20% from 255) = 21.32%
BLUE value IS 191 (75% from 255) = 48.48%
R=30.20%
G=21.32%
B=48.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119841910.380.5600.25259.6345.5353.92
Hex7754BF26380191042e36
Octal16712427746700314045666
Binary1110111101010010111111100110111000011001100000100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7754BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7754BF; }

 p { color: rgb(119,84,191); }

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

<style>
 a { background-color: #7754BF; }

 a { background-color: rgb(119,84,191); }

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

<style>
 span { border-color: #7754BF; }

 span { border-color: rgb(119,84,191); }

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