#7754BE

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

Shades of Blue Marguerite #7754BE

Tints of Blue Marguerite #7754BE

Color information

#7754BE (or 0x7754BE) is unknown color: approx Blue Marguerite. HEX triplet: 77, 54 and BE. RGB value is (119,84,190). Sum of RGB (Red+Green+Blue) = 119+84+190=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #7754BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7754BE is #88AB41. Grayscale: #6A6A6A. Windows color (decimal): -8956738 or 12473463. OLE color: 12473463.

HSL color Cylindrical-coordinate representation of color #7754BE: hue angle of 259.81º degrees, saturation: 0.45, 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 #7754BE is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11984190-
CMYK0.370.5600.25
HSL259.81º44.92%53.73%-
HSV(B)259.81º55.79%74.51%-
XYZ20.0713.9850.36-
YUV106.55175.1136.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.28%
GREEN value IS 84 (33.20% from 255) = 21.37%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=30.28%
G=21.37%
B=48.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119841900.370.5600.25259.8144.9253.73
Hex7754BE25380191042d36
Octal16712427645700314045566
Binary1110111101010010111110100101111000011001100000100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7754BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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