#7651BC

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

Shades of Blue Marguerite #7651BC

Tints of Blue Marguerite #7651BC

Color information

#7651BC (or 0x7651BC) is unknown color: approx Blue Marguerite. HEX triplet: 76, 51 and BC. RGB value is (118,81,188). Sum of RGB (Red+Green+Blue) = 118+81+188=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #7651BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7651BC is #89AE43. Grayscale: #676767. Windows color (decimal): -9023044 or 12341622. OLE color: 12341622.

HSL color Cylindrical-coordinate representation of color #7651BC: hue angle of 260.75º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7651BC is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11881188-
CMYK0.370.5700.26
HSL260.75º44.4%52.75%-
HSV(B)260.75º56.91%73.73%-
XYZ19.4913.3749.13-
YUV104.26175.26137.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.49%
GREEN value IS 81 (32.03% from 255) = 20.93%
BLUE value IS 188 (73.83% from 255) = 48.58%
R=30.49%
G=20.93%
B=48.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118811880.370.5700.26260.7544.452.75
Hex7651BC253901A1052c35
Octal16612127445710324055465
Binary1110110101000110111100100101111001011010100000101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7651BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7651BC; }

 p { color: rgb(118,81,188); }

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

<style>
 a { background-color: #7651BC; }

 a { background-color: rgb(118,81,188); }

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

<style>
 span { border-color: #7651BC; }

 span { border-color: rgb(118,81,188); }

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